liburcu: 0.15.2 -> 0.15.3 (#409294)

authored by philiptaron.tngl.sh and committed by GitHub 790f45de 820eacf9

+4 -2
+4 -2
pkgs/by-name/li/liburcu/package.nix
··· 6 6 }: 7 7 8 8 stdenv.mkDerivation rec { 9 - version = "0.15.2"; 9 + version = "0.15.3"; 10 10 pname = "liburcu"; 11 11 12 12 src = fetchurl { 13 13 url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"; 14 - hash = "sha256-WfNvK4vaG3Ygp+ztJjTybFSURIGKgxMCWjuwnAdmph0="; 14 + hash = "sha256-Jmh+yE4+EUdZRUyISgir6ved7AmwQYld30xF7BUKy20="; 15 15 }; 16 16 17 17 outputs = [ ··· 21 21 ]; 22 22 23 23 nativeCheckInputs = [ perl ]; 24 + 25 + enableParallelBuilding = true; 24 26 25 27 preCheck = "patchShebangs tests/unit"; 26 28 doCheck = true;