about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-23 16:53:25 +0200
committerGitHub <noreply@github.com>2019-10-23 16:53:25 +0200
commitdcc8c7ffd5ee45336158d4adaf608ea7b313e35c (patch)
tree0d771a6e2a4999afebad8e571848f8065ee19b8c /pkgs/tools
parenta815dd730b5841ae8e43be3075488abc4964e0b2 (diff)
parentf931ac6b363132421242a5358105619a3010db4b (diff)
Merge pull request #71551 from r-ryantm/auto-update/duo-unix
duo-unix: 1.11.2 -> 1.11.3
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/duo-unix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/duo-unix/default.nix b/pkgs/tools/security/duo-unix/default.nix
index 49ceacadcb7d5..2cf9b92745fd1 100644
--- a/pkgs/tools/security/duo-unix/default.nix
+++ b/pkgs/tools/security/duo-unix/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "duo-unix";
-  version = "1.11.2";
+  version = "1.11.3";
 
   src = fetchurl {
     url    = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz";
-    sha256 = "11467kk8blg777vss0hsgz6k8f5m43p50zqs7yhx2sgbh9ygnn6y";
+    sha256 = "097i2dsnbndpnyc4nx1j76qkx1bxwwlxnzmp1h3j4raghddgiq0g";
   };
 
   buildInputs = [ pam openssl zlib ];