libcap_ng: 0.8 -> 0.8.2

launchpad/nixpkgs/master
Izorkin 4 years ago
parent 853460aea5
commit e2531f09bc
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
  1. 4
      pkgs/os-specific/linux/libcap-ng/default.nix

@ -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.8";
version = "0.8.2";
src = fetchurl {
url = "${meta.homepage}/${pname}-${version}.tar.gz";
sha256 = "08cy59iassiwbmfxa5v0kb374r80290vv32f5q1mnip11av26kgi";
sha256 = "1sasp1n154aqy9fz0knlb966svm7xg1zjhg1vr4q839bgjvq7h2j";
};
nativeBuildInputs = [ swig ];

Loading…
Cancel
Save