about summary refs log tree commit diff
path: root/pkgs/tools/security/sudo
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-26 01:07:07 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-26 01:07:07 +0000
commiteb554b490a29abe6896fea0353fc2d50caf538b4 (patch)
treee9de5eff3e84e829e21421ca8fdac7cebcc642fe /pkgs/tools/security/sudo
parent0bfd0187dafe3f597355e6be16b7b9a5f4b90376 (diff)
sudo: 1.8.31 -> 1.8.31p1
Diffstat (limited to 'pkgs/tools/security/sudo')
-rw-r--r--pkgs/tools/security/sudo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sudo/default.nix b/pkgs/tools/security/sudo/default.nix
index 842509888b415..30f45d100ada1 100644
--- a/pkgs/tools/security/sudo/default.nix
+++ b/pkgs/tools/security/sudo/default.nix
@@ -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;