about summary refs log tree commit diff
path: root/pkgs/tools/security/pass/wofi-pass.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 07:51:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 07:51:56 +0000
commit77db2262b5d5a6d2463405db3a2d9df61d9c3294 (patch)
tree69c02f148ed5b7d527e35d32416af84c7410752a /pkgs/tools/security/pass/wofi-pass.nix
parent587588276ef738e19319187fa7a32f46dd513cea (diff)
wofi-pass: 24.0.0 -> 24.0.2
Diffstat (limited to 'pkgs/tools/security/pass/wofi-pass.nix')
-rw-r--r--pkgs/tools/security/pass/wofi-pass.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass/wofi-pass.nix b/pkgs/tools/security/pass/wofi-pass.nix
index 46ba88ec8cd37..9db6a7ffda35e 100644
--- a/pkgs/tools/security/pass/wofi-pass.nix
+++ b/pkgs/tools/security/pass/wofi-pass.nix
@@ -29,13 +29,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "wofi-pass";
-  version = "24.0.0";
+  version = "24.0.2";
 
   src = fetchFromGitHub {
     owner = "schmidtandreas";
     repo = "wofi-pass";
     rev = "v${version}";
-    sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc=";
+    sha256 = "sha256-OtUz0YLKuEzA4kv+llrOll0L84nMTkYH6JPxrkQKB6I=";
   };
 
   nativeBuildInputs = [ makeWrapper ];