sudo: 1.9.16p2 -> 1.9.17

(cherry picked from commit e80dd5608e)
This commit is contained in:
R. Ryantm
2025-06-22 00:34:20 +00:00
committed by chn
parent 5835771b10
commit 15e008c6c1

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.16p2";
version = "1.9.17";
__structuredAttrs = true;
src = fetchurl {
url = "https://www.sudo.ws/dist/sudo-${finalAttrs.version}.tar.gz";
hash = "sha256-l2qlbT47KnVZMweGQoit23SMnBNuJdlanMaZqvp3I5w=";
hash = "sha256-PyEsadU01YIrSS0JmrsCpZP5HKmfWv3ly5vT4dza0Gk=";
};
prePatch = ''