1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

liburcu: update from 0.7.7 to 0.8.1

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:57:22 +02:00 committed by Evgeny Egorochkin
parent ee2575f16f
commit d4f8c6874e

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.7.7";
version = "0.8.1";
name = "liburcu-${version}";
src = fetchurl {
url = "http://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
sha256 = "1yxxnhrsy6sv6bmp7j96jjynnqns01zjgj94mk70jz54zvcagf4a";
sha256 = "07p0lh43j7i1606m4l1dxm195z6fcfz74fmx7q2d7mrhn2bzc240";
};
meta = with stdenv.lib; {