about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-29 10:50:39 -0400
committerGitHub <noreply@github.com>2024-04-29 10:50:39 -0400
commitc83f5e77f9de82dcf0844743ab27014342bc319d (patch)
treefdf31a4427bc20f3e1ec0300349f9c85ccd63572
parent85b695daab3068d6312b7c02831aca35149b1613 (diff)
parentf673a78c48ad0d031cea649be34bda9161f1576e (diff)
Merge pull request #307632 from r-ryantm/auto-update/google-authenticator
google-authenticator: 1.09 -> 1.10
-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 02ca3d30d238c..11791a664c8bb 100644
--- a/pkgs/os-specific/linux/google-authenticator/default.nix
+++ b/pkgs/os-specific/linux/google-authenticator/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "google-authenticator-libpam";
-  version = "1.09";
+  version = "1.10";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "google-authenticator-libpam";
     rev = version;
-    hash = "sha256-DS0h6FWMNKnSSj039bH6iyWrERa5M7LBSkbyig6pyxY=";
+    hash = "sha256-KEfwQeJIuRF+S3gPn+maDb8Fu0FRXLs2/Nlbjj2d3AE=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];