google-authenticator: 1.06 -> 1.07

This commit is contained in:
R. RyanTM 2019-12-08 01:30:44 -08:00
parent 51ef7c3e49
commit 1ddcc0965c

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 ];