Merge pull request #83394 from r-ryantm/auto-update/sudo
sudo: 1.8.31 -> 1.8.31p1
This commit is contained in:
commit
69a8835157
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue