Merge pull request #253967 from r-ryantm/auto-update/duo-unix

duo-unix: 2.0.1 -> 2.0.2
This commit is contained in:
Weijia Wang 2023-09-22 11:24:11 +02:00 committed by GitHub
commit 15cfa2b16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];