summary refs log tree commit diff
path: root/pkgs/os-specific/linux/google-authenticator
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-09 22:37:51 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-17 12:40:27 -0700
commite607ed083df9e24551f8fd757582ec59a3c4382a (patch)
tree2c7c02cfc0741348359c1ca2d96b082462285de7 /pkgs/os-specific/linux/google-authenticator
parent3f5c873d263fc54ef43e84b20457e48ab18099d6 (diff)
downloadnixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar.gz
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar.bz2
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar.lz
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar.xz
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.tar.zst
nixpkgs-e607ed083df9e24551f8fd757582ec59a3c4382a.zip
google-authenticator: 1.08 -> 1.09
Diffstat (limited to 'pkgs/os-specific/linux/google-authenticator')
-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 e04b8314350..ce90a1d432f 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.08";
+  version = "1.09";
 
   src = fetchurl {
     url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
-    sha256 = "1432sfgjv7xlas1saa0whnvqim2pb12g2522x3nf5a8v4qq7avbg";
+    sha256 = "0dyhgizl2jcrnfn5sxipxawqrbr6qgjh7aggw8fz3hix861pj7db";
   };
 
   nativeBuildInputs = [ autoreconfHook ];