sudo: 1.9.17p1 -> 1.9.17p2
Changes: https://www.sudo.ws/releases/stable/#1.9.17p2
This commit is contained in:
parent
96814bd9fe
commit
a3a0962f23
@ -192,7 +192,7 @@ in
|
|||||||
"NOINTERCEPT"
|
"NOINTERCEPT"
|
||||||
]);
|
]);
|
||||||
description = ''
|
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 = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pname = "sudo";
|
pname = "sudo";
|
||||||
# be sure to check if nixos/modules/security/sudo.nix needs updating when bumping
|
# be sure to check if nixos/modules/security/sudo.nix needs updating when bumping
|
||||||
# e.g. links to man pages, value constraints etc.
|
# e.g. links to man pages, value constraints etc.
|
||||||
version = "1.9.17p1";
|
version = "1.9.17p2";
|
||||||
|
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.sudo.ws/dist/sudo-${finalAttrs.version}.tar.gz";
|
url = "https://www.sudo.ws/dist/sudo-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-/2B+pxcHIZdzinj3eGks1t+afj5ARWX1HeBjyidFXTI=";
|
hash = "sha256-SjihqzrbEZklftwqfEor1xRmXrYFsENohDsG2tos/Ps=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user