Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by

R. RyanTM and committed by
Robin Gloster
155e7851 db250b9f

+2 -2
+2 -2
pkgs/tools/security/duo-unix/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "duo-unix-${version}"; 5 - version = "1.11.0"; 5 + version = "1.11.1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://dl.duosecurity.com/duo_unix-${version}.tar.gz"; 9 - sha256 = "1i3dx7nim7xwlrjzcs9aqfyp87fangxqvhhpr16vpqklkz2zwmw4"; 9 + sha256 = "1krpk6ngl9vmvax8qax2iqcjdkvgdq5bxs079qy6c33ql40ra96i"; 10 10 }; 11 11 12 12 buildInputs = [ pam openssl zlib ];