libcap_ng: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm 2022-04-02 02:25:23 +00:00 committed by Frederik Rietdijk
parent 9af0939eae
commit d80e784f99

View File

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