lttng-ust: 2.15.0 -> 2.15.1

Changes: https://lore.kernel.org/lkml/e5fe9c15-f9b0-4d00-8fa7-3562759b4ca6@efficios.com/
This commit is contained in:
Sergei Trofimovich
2026-06-17 21:51:23 +01:00
parent e15772a42e
commit 3d7e51d3f6
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lttng-ust";
version = "2.15.0";
version = "2.15.1";
src = fetchFromGitHub {
owner = "lttng";
repo = "lttng-ust";
tag = "v${finalAttrs.version}";
hash = "sha256-LOZo/sVb9eG39Gg1PBs2FoLHTeOD5us9wW4kUwNo8o0=";
hash = "sha256-AWo205IPGKpEyz5RlscHfdfCTV0zOWPHOGk4ImAJbcQ=";
};
outputs = [