1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge #134049: liburcu: 0.12.2 -> 0.13.0

This commit is contained in:
Vladimír Čunát 2021-09-01 08:31:15 +02:00
commit 538f369fb5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
version = "0.12.2";
version = "0.13.0";
pname = "liburcu";
src = fetchurl {
url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
sha256 = "sha256-Tu/BHk9sIS/H2E2HHhzBOdoGaaRv8/2lV6b91NdMpns=";
sha256 = "sha256-y7INvhqJLCpNiJi6xDFhduWFOSaT1Jh2bMu8aM8guiA=";
};
checkInputs = [ perl ];