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

duo-unix: 1.12.0 -> 1.12.1
This commit is contained in:
Christian Kögler 2022-08-15 17:00:23 +02:00 committed by GitHub
commit f5e888a7bd
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 = "1.12.0";
version = "1.12.1";
src = fetchurl {
url = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz";
sha256 = "sha256-i7oAmNjXkGn1MCn5EBmidMY/u3h/rzRAHCD4uhVGV/Q=";
sha256 = "sha256-oufVgjJHV4ew50gd529b3MvVtBoebcDUGZUn0rHP4ZE=";
};
buildInputs = [ pam openssl zlib ];