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

duo-unix: 1.11.2 -> 1.11.3
This commit is contained in:
Robin Gloster 2019-10-23 16:53:25 +02:00 committed by GitHub
commit dcc8c7ffd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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