duo-unix: 1.10.5 -> 1.11.0 (#50793)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
This commit is contained in:
R. RyanTM 2018-11-21 23:55:52 -08:00 committed by worldofpeace
parent 848526a295
commit 5aa34d934d

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "duo-unix-${version}";
version = "1.10.5";
version = "1.11.0";
src = fetchurl {
url = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz";
sha256 = "1h88gwvbh8vwwga7d65iwa9qrmyx23wh5m0rmlv8qbx4fyj7q1f9";
sha256 = "1i3dx7nim7xwlrjzcs9aqfyp87fangxqvhhpr16vpqklkz2zwmw4";
};
buildInputs = [ pam openssl zlib ];