Skip to content

Commit

Permalink
liburcu: 0.13.2 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 7, 2023
1 parent 33c9fd8 commit 740ab71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/liburcu/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, perl }:

stdenv.mkDerivation rec {
version = "0.13.2";
version = "0.14.0";
pname = "liburcu";

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

nativeCheckInputs = [ perl ];
Expand Down

0 comments on commit 740ab71

Please sign in to comment.