3
0
Fork 0
forked from mirrors/nixpkgs

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

google-authenticator: 1.06 -> 1.07
This commit is contained in:
Mario Rodas 2019-12-08 06:02:45 -05:00 committed by GitHub
commit 478ea35973
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.06";
version = "1.07";
src = fetchurl {
url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
sha256 = "01kb1ppsc2fz1i3crdwi6ic8gyphjv89f5li6ypv3pp88v3kxw2j";
sha256 = "01841dfmf6aw39idlv8y52b1nw9wx4skklzqhw1f519m0671ajhh";
};
nativeBuildInputs = [ autoreconfHook ];