libcap_ng: 0.7.11 -> 0.8

This commit is contained in:
R. RyanTM 2020-11-18 14:32:32 +00:00 committed by Frederik Rietdijk
parent a4462a98b3
commit 71184f0cf5

View File

@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
pname = "libcap-ng";
# When updating make sure to test that the version with
# all of the python bindings still works
version = "0.7.11";
version = "0.8";
src = fetchurl {
url = "${meta.homepage}/${pname}-${version}.tar.gz";
sha256 = "1s8akhnnazk0b5c6z5i3x54rjb26p8pz2wdl1m21ml3231qmr0c5";
sha256 = "08cy59iassiwbmfxa5v0kb374r80290vv32f5q1mnip11av26kgi";
};
nativeBuildInputs = [ swig ];