about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-05-21 22:45:35 +0100
committerGitHub <noreply@github.com>2017-05-21 22:45:35 +0100
commit1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98 (patch)
tree816fe27d5bd3a33bf4f41fa57e5baca83e3f0a75 /pkgs/tools
parentcaa9a1914321c61b635e47101dce9da09bacb7eb (diff)
parent8b569420b49867a4305e1f0184d402d3aac6d427 (diff)
downloadnixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar.gz
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar.bz2
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar.lz
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar.xz
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.tar.zst
nixlib-1bfafdfe65df5d6061e7cb5e627d718ae3ae2c98.zip
Merge pull request #25872 from mimadrid/update/sudo-1.8.20
sudo: 1.8.19p2 -> 1.8.20
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/sudo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/sudo/default.nix b/pkgs/tools/security/sudo/default.nix
index b8e0ebaa9bbe..50782f176702 100644
--- a/pkgs/tools/security/sudo/default.nix
+++ b/pkgs/tools/security/sudo/default.nix
@@ -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 = [