mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
lttng-ust: update from 2.5.0 to 2.5.1
This commit is contained in:
parent
b161910db1
commit
9e174b90c8
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
# Debian builds with std.h (systemtap).
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lttng-ust-2.5.0";
|
||||
name = "lttng-ust-2.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
|
||||
sha256 = "1an3ymk6hy86gp4z4py93mdyb9q8f74hq2hixbnyccr8l60vpl6w";
|
||||
sha256 = "0ij5p2j8q63zqnj3i3hgymgib717r2bq07ymy5cwdra1hvby5ngv";
|
||||
};
|
||||
|
||||
buildInputs = [ liburcu ];
|
||||
|
|
Loading…
Reference in a new issue