Skip to content

Commit 09a8aca

Browse files
authored
lttng-tools: 2.14.0 -> 2.14.1 (#485517)
2 parents 4c2d893 + 70013f3 commit 09a8aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lt/lttng-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "lttng-tools";
17-
version = "2.14.0";
17+
version = "2.14.1";
1818

1919
src = fetchurl {
2020
url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
21-
sha256 = "sha256-2MOcJs7BO3vYJVHNUqIu/DWLiI4268+cG2DvHDo8L9M=";
21+
sha256 = "sha256-DmjrJ5I2IcS8Enz85AQi0oz35HP+32IprmwyulxbfG0=";
2222
};
2323

2424
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)