libcap: 2.22 -> 2.24
This commit is contained in:
parent
5cd11989c5
commit
afca882265
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ assert stdenv.isLinux;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcap-${version}";
|
name = "libcap-${version}";
|
||||||
version = "2.22";
|
version = "2.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gentoo/distfiles/${name}.tar.bz2";
|
url = "mirror://kernel/linux/libs/security/linux-privs/libcap2/${name}.tar.xz";
|
||||||
sha256 = "03q50j6bg65cc501q87qh328ncav1i8qw2bjig99vxmmfx4bvsvk";
|
sha256 = "0rbc9qbqs5bp9am9s9g83wxj5k4ixps2agy9dxr1v1fwg27mdr6f";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
Loading…
Reference in a new issue