google-authenticator: 1.05 -> 1.06

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/google-authenticator-libpam/versions
This commit is contained in:
R. RyanTM 2019-05-21 08:30:16 -07:00
parent 8abe5ee07e
commit 9c77c92d54

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