liburcu: 0.15.5 -> 0.15.6 (#484173)

This commit is contained in:
Nick Cao
2026-01-27 21:09:12 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenv.mkDerivation rec {
version = "0.15.5";
version = "0.15.6";
pname = "liburcu";
src = fetchurl {
url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
hash = "sha256-sveHqKg1EsMlmecc2rzFExRklHuCAUiWvRFBOy14LeE=";
hash = "sha256-hQsZIJbrEevyxw6Pl7x9p0ee5B2hvr60TjmGkIusQU8=";
};
outputs = [