summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-05-22 05:31:22 -0700
committerGitHub <noreply@github.com>2019-05-22 05:31:22 -0700
commit41d35532769c943d981f6b4d7ed8b9e29cb93159 (patch)
tree435a1c623f6d5fec826bbe1a7b9f2cd46b620247
parentf6eec8addafd13fb670b55a452311392357a40df (diff)
parent9c77c92d5479cd938bd2fd9ad3980c1e043c7ad7 (diff)
downloadnixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar.gz
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar.bz2
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar.lz
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar.xz
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.tar.zst
nixpkgs-41d35532769c943d981f6b4d7ed8b9e29cb93159.zip
Merge pull request #61807 from r-ryantm/auto-update/google-authenticator-libpam
google-authenticator: 1.05 -> 1.06
-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 8ae5785eea8..fc308285dd6 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 {
   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 ];