liburcu: 0.15.5 -> 0.15.6

Changes: https://raw.githubusercontent.com/urcu/userspace-rcu/v0.15.6/ChangeLog
This commit is contained in:
Sergei Trofimovich
2026-01-26 21:55:44 +00:00
parent ed4ecd3a08
commit 01750dcfd3
+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 = [