Merge pull request #296842 from r-ryantm/auto-update/wofi-pass

wofi-pass: 24.0.0 -> 24.0.2
This commit is contained in:
Nick Cao 2024-03-18 13:42:05 -07:00 committed by GitHub
commit 56233b41b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];