Merge pull request #37470 from ryantm/auto-update/libcap-ng

libcap_ng: 0.7.8 -> 0.7.9
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:15:24 -05:00 committed by GitHub
commit aaf4723acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.8";
version = "0.7.9";
src = fetchurl {
url = "${meta.homepage}/${name}.tar.gz";
sha256 = "0pyhjxgsph3p28ayk4ynxab6wvzaqmazk1nkamx11m2w8jbzj6n2";
sha256 = "0a0k484kwv0zilry2mbl9k56cnpdhsjxdxin17jas6kkyfy345aa";
};
nativeBuildInputs = [ swig ];