lttng-tools: 2.14.0 -> 2.14.1 (#485517)

This commit is contained in:
Bjørn Forsman
2026-02-02 16:04:57 +00:00
committed by GitHub
+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 ];