liburcu: 0.15.2 -> 0.15.3

Changes: https://raw.githubusercontent.com/urcu/userspace-rcu/v0.15.3/ChangeLog
This commit is contained in:
Sergei Trofimovich
2025-05-21 06:51:32 +01:00
parent 873183508c
commit 92d4357d64
+2 -2
View File
@@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
version = "0.15.2";
version = "0.15.3";
pname = "liburcu";
src = fetchurl {
url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
hash = "sha256-WfNvK4vaG3Ygp+ztJjTybFSURIGKgxMCWjuwnAdmph0=";
hash = "sha256-Jmh+yE4+EUdZRUyISgir6ved7AmwQYld30xF7BUKy20=";
};
outputs = [