about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-22 11:24:11 +0200
committerGitHub <noreply@github.com>2023-09-22 11:24:11 +0200
commit15cfa2b16a0fa701c414f3051840c0bae37b133f (patch)
tree151201df853aa2b0a659bfecb5ea7213724445d1 /pkgs/tools
parent0dd934a1d4b31100a08c0559c7d66da1e40acbbc (diff)
parent29dcaf75557b43b3e5879f445ad0ccde0de324cf (diff)
Merge pull request #253967 from r-ryantm/auto-update/duo-unix
duo-unix: 2.0.1 -> 2.0.2
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 c80c92ffbf4ed..f0ddb1c0c2aae 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 = "2.0.1";
+  version = "2.0.2";
 
   src = fetchurl {
     url    = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz";
-    sha256 = "sha256-Oi8SPfPaGS3ITgRONt60PLy3B9QICeDDyIsP+iBpQmk=";
+    sha256 = "sha256-7huWd71SdnTe1ef8OoHgQKjYQKVpE8k/oNT7bA+OJR0=";
   };
 
   buildInputs = [ pam openssl zlib ];