sudo: 1.8.19p2 -> 1.8.20

This commit is contained in:
mimadrid 2017-05-18 00:50:53 +02:00
parent e25665591b
commit 8b569420b4
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
name = "sudo-1.8.19p2";
name = "sudo-1.8.20";
src = fetchurl {
urls =
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
];
sha256 = "1q2j3b1xqw66kdd5h8a6j62cz7xhk1qp1dx4rz59xm9agkk1hzi3";
sha256 = "1q70f2wqbpgq828xmfzidbhyll5p08qbj7f3p2sw2v4whpdbi5wy";
};
configureFlags = [