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

google-authenticator: 1.05 -> 1.06
This commit is contained in:
Ryan Mulligan 2019-05-22 05:31:22 -07:00 committed by GitHub
commit 41d3553276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "google-authenticator-libpam-${version}";
version = "1.05";
version = "1.06";
src = fetchurl {
url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
sha256 = "026vljmddi0zqcb3c0vdpabmi4r17kahc00mh6fs3qbyjbb14946";
sha256 = "01kb1ppsc2fz1i3crdwi6ic8gyphjv89f5li6ypv3pp88v3kxw2j";
};
nativeBuildInputs = [ autoreconfHook ];