From 042dc8cf9875d0c9302f5a1e4fd0bc98dd333f5f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 19 Dec 2024 15:35:53 +0000 Subject: [PATCH] wofi-pass: 24.0.2 -> 24.1.0 --- pkgs/tools/security/pass/wofi-pass.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/pass/wofi-pass.nix b/pkgs/tools/security/pass/wofi-pass.nix index 0356cd23d8458..68039864ffb5c 100644 --- a/pkgs/tools/security/pass/wofi-pass.nix +++ b/pkgs/tools/security/pass/wofi-pass.nix @@ -30,13 +30,13 @@ let in stdenv.mkDerivation rec { pname = "wofi-pass"; - version = "24.0.2"; + version = "24.1.0"; src = fetchFromGitHub { owner = "schmidtandreas"; repo = "wofi-pass"; rev = "v${version}"; - sha256 = "sha256-OtUz0YLKuEzA4kv+llrOll0L84nMTkYH6JPxrkQKB6I="; + sha256 = "sha256-oRGDhr28UQjr+g//fWcLKWXqKSsRUWtdh39UMFSaPfw="; }; nativeBuildInputs = [ makeWrapper ];