Merge pull request #77079 from r-ryantm/auto-update/google-authenticator-libpam

google-authenticator: 1.07 -> 1.08
This commit is contained in:
Mario Rodas 2020-01-08 05:13:11 -05:00 committed by GitHub
commit f14931b294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "google-authenticator-libpam";
version = "1.07";
version = "1.08";
src = fetchurl {
url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
sha256 = "01841dfmf6aw39idlv8y52b1nw9wx4skklzqhw1f519m0671ajhh";
sha256 = "1432sfgjv7xlas1saa0whnvqim2pb12g2522x3nf5a8v4qq7avbg";
};
nativeBuildInputs = [ autoreconfHook ];