lttng-ust: 2.15.0 -> 2.15.1 (#532779)

This commit is contained in:
Bjørn Forsman 2026-06-18 16:34:07 +00:00 committed by GitHub
commit 3df8d54393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [