summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-08 06:02:45 -0500
committerGitHub <noreply@github.com>2019-12-08 06:02:45 -0500
commit478ea359736fca1f76b8010d89cdec89f430d0f5 (patch)
tree92e31342f0add3b1819c0761ec90f3cbe1c926bb /pkgs/os-specific/linux
parentde00b07069ef188e109c95746c5fd33624b3c420 (diff)
parent1ddcc0965c00f8115ba1cf04b6dfe084674d6387 (diff)
downloadnixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar.gz
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar.bz2
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar.lz
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar.xz
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.tar.zst
nixpkgs-478ea359736fca1f76b8010d89cdec89f430d0f5.zip
Merge pull request #75232 from r-ryantm/auto-update/google-authenticator-libpam
google-authenticator: 1.06 -> 1.07
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/google-authenticator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/google-authenticator/default.nix b/pkgs/os-specific/linux/google-authenticator/default.nix
index 03018c98818..a7aad276d37 100644
--- a/pkgs/os-specific/linux/google-authenticator/default.nix
+++ b/pkgs/os-specific/linux/google-authenticator/default.nix
@@ -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 ];