about summary refs log tree commit diff
path: root/pkgs/development/libraries/liburcu
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 02:52:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 02:52:56 +0000
commit3ab27b62139366df1ca3f3d86e240bd29eb3d9ba (patch)
treefc8feaf8e285ce54251762d3777a39f1513f3211 /pkgs/development/libraries/liburcu
parent1278e9de0bec988b8d5d1c685604c01dd7b38ab8 (diff)
liburcu: 0.13.0 -> 0.13.1
Diffstat (limited to 'pkgs/development/libraries/liburcu')
-rw-r--r--pkgs/development/libraries/liburcu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/liburcu/default.nix b/pkgs/development/libraries/liburcu/default.nix
index b00b4cf9ac85e..e2dc63609c419 100644
--- a/pkgs/development/libraries/liburcu/default.nix
+++ b/pkgs/development/libraries/liburcu/default.nix
@@ -1,12 +1,12 @@
 { lib, stdenv, fetchurl, perl }:
 
 stdenv.mkDerivation rec {
-  version = "0.13.0";
+  version = "0.13.1";
   pname = "liburcu";
 
   src = fetchurl {
     url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
-    sha256 = "sha256-y7INvhqJLCpNiJi6xDFhduWFOSaT1Jh2bMu8aM8guiA=";
+    sha256 = "sha256-MhPzPSuPcQ65IOsauyeewEv4rmNh9E8lE8KMINM2MIM=";
   };
 
   checkInputs = [ perl ];