sudo: 1.8.31 -> 1.8.31p1

This commit is contained in:
R. RyanTM 2020-03-26 01:07:07 +00:00
parent 0bfd0187da
commit eb554b490a

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.8.31";
version = "1.8.31p1";
src = fetchurl {
url = "ftp://ftp.sudo.ws/pub/sudo/${pname}-${version}.tar.gz";
sha256 = "0ks5mm9hda5idivncyfpiz4lrd8fv0dpmsl711788k7f7ixdka3y";
sha256 = "1n0mdmgcs92af34xxsnsh1arrngymhdmwd9srjgjbk65q7xzsg67";
};
prePatch = ''
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
providing an audit trail of the commands and their arguments.
'';
homepage = https://www.sudo.ws/;
homepage = "https://www.sudo.ws/";
license = https://www.sudo.ws/sudo/license.html;