libcap_ng: 0.8 -> 0.8.2
This commit is contained in:
parent
853460aea5
commit
e2531f09bc
@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "libcap-ng";
|
pname = "libcap-ng";
|
||||||
# When updating make sure to test that the version with
|
# When updating make sure to test that the version with
|
||||||
# all of the python bindings still works
|
# all of the python bindings still works
|
||||||
version = "0.8";
|
version = "0.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/${pname}-${version}.tar.gz";
|
url = "${meta.homepage}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "08cy59iassiwbmfxa5v0kb374r80290vv32f5q1mnip11av26kgi";
|
sha256 = "1sasp1n154aqy9fz0knlb966svm7xg1zjhg1vr4q839bgjvq7h2j";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ swig ];
|
nativeBuildInputs = [ swig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user