We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c2d893 + 70013f3 commit 09a8acaCopy full SHA for 09a8aca
pkgs/by-name/lt/lttng-tools/package.nix
@@ -14,11 +14,11 @@
14
15
stdenv.mkDerivation rec {
16
pname = "lttng-tools";
17
- version = "2.14.0";
+ version = "2.14.1";
18
19
src = fetchurl {
20
url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
21
- sha256 = "sha256-2MOcJs7BO3vYJVHNUqIu/DWLiI4268+cG2DvHDo8L9M=";
+ sha256 = "sha256-DmjrJ5I2IcS8Enz85AQi0oz35HP+32IprmwyulxbfG0=";
22
};
23
24
nativeBuildInputs = [ pkg-config ];
0 commit comments