libcap: 2.65 -> 2.66

This commit is contained in:
R. Ryantm 2022-09-25 21:16:32 +00:00 committed by zowoq
parent e0bea8e017
commit 0f3c5ed71e

View File

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