duo-unix: 1.10.4 -> 1.10.5 (#47819)

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-10-12 13:50:47 -07:00 committed by xeji
parent 0e85226ee8
commit c43e752dcb

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