about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 03:54:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 03:54:58 +0000
commitad9f4cc5ecdee3168d8f9eeb3f64e02df4b24abe (patch)
tree4094e77336f70e65e511ed3e5df79d78ddd85a38 /pkgs/tools/security
parent65a62c9f75dc97714f836cae40656c254261f7a3 (diff)
wofi-pass: 23.1.2 -> 23.1.4
Diffstat (limited to 'pkgs/tools/security')
-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 f205d8881e516..b6edce34d20c9 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.2";
+  version = "23.1.4";
 
   src = fetchFromGitHub {
     owner = "schmidtandreas";
     repo = "wofi-pass";
     rev = "v${version}";
-    sha256 = "sha256-Z1a+nfnL6NXhufpCU7VIkwuifoS88Pf9qI8GCuP/Zqc=";
+    sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig=";
   };
 
   nativeBuildInputs = [ makeWrapper ];