libcap_ng: 0.7.7 -> 0.7.8

This commit is contained in:
Franz Pletz 2017-06-20 05:57:03 +02:00
parent 17026869c8
commit baf28b60e4
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "libcap-ng-${version}";
# When updating make sure to test that the version with
# all of the python bindings still works
version = "0.7.7";
version = "0.7.8";
src = fetchurl {
url = "${meta.homepage}/${name}.tar.gz";
sha256 = "0syhyrixk7fqvwis3k7iddn75g0qxysc1q5fifvzccxk7774jmb1";
sha256 = "0pyhjxgsph3p28ayk4ynxab6wvzaqmazk1nkamx11m2w8jbzj6n2";
};
nativeBuildInputs = [ swig ];