about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2018-09-04 16:25:51 -0500
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-04 23:25:51 +0200
commitd93aa1c50fc8a83be1c709f905d8c94e1677845f (patch)
treea69900d4fafbbdcf7aba7de314c1900a3063188e /pkgs/tools
parentb75ea627c6f290c0764d5ab8103dfd82ca309caa (diff)
downloadnixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar.gz
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar.bz2
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar.lz
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar.xz
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.tar.zst
nixlib-d93aa1c50fc8a83be1c709f905d8c94e1677845f.zip
sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html

(may need to scroll to the 1.8.25 notes
afternewer versions are released)
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 71cf239d72cb..03c400751451 100644
--- a/pkgs/tools/security/sudo/default.nix
+++ b/pkgs/tools/security/sudo/default.nix
@@ -5,14 +5,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "sudo-1.8.24";
+  name = "sudo-1.8.25";
 
   src = fetchurl {
     urls =
       [ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
         "ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
       ];
-    sha256 = "1s2v49n905wf3phmdnaa6v1dwck2lrcin0flg85z7klf35x5b25l";
+    sha256 = "0hfw6pcwjvv1vvnhb4n1p210306jm4npz99p9cfhbd33yrhhzkwx";
   };
 
   prePatch = ''