duo-unix: 1.11.0 -> 1.11.1

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-12-16 04:19:23 -08:00 committed by Robin Gloster
parent db250b9f84
commit 155e78514f

View file

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