sudo: Update to 1.8.11p2
This commit is contained in:
parent
3d5220e691
commit
6866712a39
@ -3,20 +3,20 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sudo-1.8.11";
|
name = "sudo-1.8.11p2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls =
|
urls =
|
||||||
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
|
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
|
||||||
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
|
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "0if82pvmz7m3qkj3sc9yy8mpcd7lmbn0mhrgnd1zpszvnpkps5x3";
|
sha256 = "1bd1zf85q15z015268w9vchzwypzalc3v2dnddmwy67s32a88cw1";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-env-editor"
|
"--with-env-editor"
|
||||||
"--with-editor=/run/current-system/sw/bin/nano"
|
"--with-editor=/run/current-system/sw/bin/nano"
|
||||||
"--with-rundir=/var/run"
|
"--with-rundir=/run"
|
||||||
"--with-vardir=/var/db/sudo"
|
"--with-vardir=/var/db/sudo"
|
||||||
"--with-logpath=/var/log/sudo.log"
|
"--with-logpath=/var/log/sudo.log"
|
||||||
"--with-sendmail=${sendmailPath}"
|
"--with-sendmail=${sendmailPath}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user