Skip to content

Commit

Permalink
wofi-pass: 24.0.2 -> 24.1.0 (NixOS#366582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 21, 2024
2 parents d3f3049 + 042dc8c commit 5b4357e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/pass/wofi-pass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5b4357e

Please sign in to comment.