sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)

(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
This commit is contained in:
Will Dietz 2018-09-14 23:41:29 -05:00 committed by Uli Baum
parent b026786e77
commit 2608649de7

View File

@ -5,14 +5,14 @@
}:
stdenv.mkDerivation rec {
name = "sudo-1.8.25";
name = "sudo-1.8.25p1";
src = fetchurl {
urls =
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
];
sha256 = "0hfw6pcwjvv1vvnhb4n1p210306jm4npz99p9cfhbd33yrhhzkwx";
sha256 = "0nqri46d4dpycj96zin2f2wszmhm7q9mr68hhj9sp81pgmx9rjcx";
};
prePatch = ''