lttng-tools: 2.14.0 -> 2.14.1

This commit is contained in:
R. Ryantm
2026-01-31 00:36:55 +00:00
parent 7791ebf4d6
commit 70013f3bd2
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "lttng-tools";
version = "2.14.0";
version = "2.14.1";
src = fetchurl {
url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
sha256 = "sha256-2MOcJs7BO3vYJVHNUqIu/DWLiI4268+cG2DvHDo8L9M=";
sha256 = "sha256-DmjrJ5I2IcS8Enz85AQi0oz35HP+32IprmwyulxbfG0=";
};
nativeBuildInputs = [ pkg-config ];