Skip to content

Commit 740ab71

Browse files
committed
liburcu: 0.13.2 -> 0.14.0
1 parent 33c9fd8 commit 740ab71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/liburcu/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ lib, stdenv, fetchurl, perl }:
22

33
stdenv.mkDerivation rec {
4-
version = "0.13.2";
4+
version = "0.14.0";
55
pname = "liburcu";
66

77
src = fetchurl {
88
url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
9-
sha256 = "sha256-EhP9nxsLdNp94rt0M1t2CY25c4/sXTzcB8DFJPNPwDI=";
9+
sha256 = "sha256-ykO/Jh1NOSz/IN+uRAg2YDvwCfziT9ybJpfYN6IjnU8=";
1010
};
1111

1212
nativeCheckInputs = [ perl ];

0 commit comments

Comments
 (0)