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

duo-unix: 1.11.4 -> 1.11.5
This commit is contained in:
Renaud 2022-01-10 16:34:01 +01:00 committed by GitHub
commit f603f36ca2
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.11.4";
version = "1.11.5";
src = fetchurl {
url = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz";
sha256 = "1hqklf6jzrxn5hgh69bbl6962hwwgf06dlrb0ry7n5iy8w8imnsg";
sha256 = "sha256-7pE4EnyV22qQ13RFKHv0ah/BQYHJE1jdTwXBeqpBFgs=";
};
buildInputs = [ pam openssl zlib ];