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

wofi-pass: 23.1.4 -> 24.0.0
This commit is contained in:
Nick Cao 2024-03-14 13:08:55 -04:00 committed by GitHub
commit d519d44148
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 = "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 ];