summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-08 05:13:11 -0500
committerGitHub <noreply@github.com>2020-01-08 05:13:11 -0500
commitf14931b2941c11b7707d00317e72292b1d0d2662 (patch)
treecf596568473da5220333a39a8eb5877d046ff0c3 /pkgs/os-specific
parentd9fedd43c7d76a7a5fdb392d0c861c48427c0d4f (diff)
parent29802ae19b03b5eb7bad9c04e05da9612a5d2ae9 (diff)
downloadnixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar.gz
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar.bz2
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar.lz
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar.xz
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.tar.zst
nixpkgs-f14931b2941c11b7707d00317e72292b1d0d2662.zip
Merge pull request #77079 from r-ryantm/auto-update/google-authenticator-libpam
google-authenticator: 1.07 -> 1.08
Diffstat (limited to 'pkgs/os-specific')
-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 a7aad276d37..6037f35ba86 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.07";
+  version = "1.08";
 
   src = fetchurl {
     url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
-    sha256 = "01841dfmf6aw39idlv8y52b1nw9wx4skklzqhw1f519m0671ajhh";
+    sha256 = "1432sfgjv7xlas1saa0whnvqim2pb12g2522x3nf5a8v4qq7avbg";
   };
 
   nativeBuildInputs = [ autoreconfHook ];