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-14 14:59:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-14 14:59:07 +0000
commitce411f4f32fbd75085d5e9c41eee6ef601b5356b (patch)
tree7ca1fb382153c34ee03872ab7caedf6d5a96ceff /pkgs/tools/security/pass/wofi-pass.nix
parent9f26152cc3d7e90c7f2a5908de4d1aab069ed6ce (diff)
wofi-pass: 23.1.4 -> 24.0.0
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 b6edce34d20c9..46ba88ec8cd37 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 = "23.1.4";
+  version = "24.0.0";
 
   src = fetchFromGitHub {
     owner = "schmidtandreas";
     repo = "wofi-pass";
     rev = "v${version}";
-    sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig=";
+    sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc=";
   };
 
   nativeBuildInputs = [ makeWrapper ];