lttng-ust: 2.14.0 -> 2.15.0

Changes: https://lore.kernel.org/lkml/9592e7ac-2ff5-4fc4-94cc-ee3de89fa541@efficios.com/
This commit is contained in:
Sergei Trofimovich 2026-05-17 19:48:32 +01:00
commit 6d8c12b2b3

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lttng-ust";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "lttng";
repo = "lttng-ust";
tag = "v${finalAttrs.version}";
hash = "sha256-9WZDjOGfflEc6BUUO3W70KeLcZnTaePkF8eg8Ns/lQc=";
hash = "sha256-LOZo/sVb9eG39Gg1PBs2FoLHTeOD5us9wW4kUwNo8o0=";
};
outputs = [