3
0
Fork 0
forked from mirrors/nixpkgs

libcap: 2.63 -> 2.65

This commit is contained in:
R. Ryantm 2022-07-31 18:35:55 +00:00 committed by zowoq
parent b18e7a1813
commit 09c6160746

View file

@ -7,11 +7,11 @@ assert usePam -> pam != null;
stdenv.mkDerivation rec {
pname = "libcap";
version = "2.63";
version = "2.65";
src = fetchurl {
url = "mirror://kernel/linux/libs/security/linux-privs/libcap2/${pname}-${version}.tar.xz";
sha256 = "sha256-DGN7j0T8fYYneH6c9X8VrAbB3cy1PkH+7FSWvjRm938=";
sha256 = "sha256-c+NQAgzDH+FTYIedGThP+jOVqCXwZfz2vaOlzfllvr0=";
};
outputs = [ "out" "dev" "lib" "man" "doc" ]