libcap: 2.69 -> 2.70

This commit is contained in:
R. Ryantm 2024-05-20 03:02:16 +00:00
parent 454d208c02
commit 5b37d2cf81

View File

@ -19,11 +19,11 @@ assert usePam -> pam != null;
stdenv.mkDerivation rec {
pname = "libcap";
version = "2.69";
version = "2.70";
src = fetchurl {
url = "mirror://kernel/linux/libs/security/linux-privs/libcap2/${pname}-${version}.tar.xz";
sha256 = "sha256-8xH489rYRpnQVm0db37JQ6kpiyj3FMrjyTHf1XSS1+s=";
sha256 = "sha256-I6bviq2vHj6HX2M7stEWz++JUtunvHxWmxNFjhlSsw8=";
};
outputs = [ "out" "dev" "lib" "man" "doc" ]