sudo: 1.9.17p1 -> 1.9.17p2

Changes:
https://www.sudo.ws/releases/stable/#1.9.17p2
This commit is contained in:
Thomas Gerbet 2025-07-29 23:24:42 +02:00
parent 96814bd9fe
commit a3a0962f23
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ in
"NOINTERCEPT"
]);
description = ''
Options for running the command. Refer to the [sudo manual](https://www.sudo.ws/docs/man/1.9.15/sudoers.man/#Tag_Spec).
Options for running the command. Refer to the [sudo manual](https://www.sudo.ws/docs/man/1.9.17/sudoers.man/#Tag_Spec).
'';
default = [ ];
};

View File

@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
pname = "sudo";
# be sure to check if nixos/modules/security/sudo.nix needs updating when bumping
# e.g. links to man pages, value constraints etc.
version = "1.9.17p1";
version = "1.9.17p2";
__structuredAttrs = true;
src = fetchurl {
url = "https://www.sudo.ws/dist/sudo-${finalAttrs.version}.tar.gz";
hash = "sha256-/2B+pxcHIZdzinj3eGks1t+afj5ARWX1HeBjyidFXTI=";
hash = "sha256-SjihqzrbEZklftwqfEor1xRmXrYFsENohDsG2tos/Ps=";
};
prePatch = ''