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

libcap_ng: 0.7.8 -> 0.7.9

authored by Matthew Justin Bauer and committed by GitHub aaf4723a 542412ec

+2 -2
+2 -2
pkgs/os-specific/linux/libcap-ng/default.nix
··· 6 name = "libcap-ng-${version}"; 7 # When updating make sure to test that the version with 8 # all of the python bindings still works 9 - version = "0.7.8"; 10 11 src = fetchurl { 12 url = "${meta.homepage}/${name}.tar.gz"; 13 - sha256 = "0pyhjxgsph3p28ayk4ynxab6wvzaqmazk1nkamx11m2w8jbzj6n2"; 14 }; 15 16 nativeBuildInputs = [ swig ];
··· 6 name = "libcap-ng-${version}"; 7 # When updating make sure to test that the version with 8 # all of the python bindings still works 9 + version = "0.7.9"; 10 11 src = fetchurl { 12 url = "${meta.homepage}/${name}.tar.gz"; 13 + sha256 = "0a0k484kwv0zilry2mbl9k56cnpdhsjxdxin17jas6kkyfy345aa"; 14 }; 15 16 nativeBuildInputs = [ swig ];