Merge pull request #284498 from r-ryantm/auto-update/wakapi

wakapi: 2.10.3 -> 2.10.4
This commit is contained in:
Nick Cao 2024-01-28 11:19:33 -05:00 committed by GitHub
commit ec55ac8762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "wakapi";
version = "2.10.3";
version = "2.10.4";
src = fetchFromGitHub {
owner = "muety";
repo = pname;
rev = version;
sha256 = "sha256-laJdH2C+lyvM82/r3jgV2CI0xJV39Y04tP1/YCXsGzo=";
sha256 = "sha256-xUFYwV9fuTMDEqp4FEyPRDQCB6I/3sqcmEX8pm6BDfw=";
};
vendorHash = "sha256-/zDlKW00XCI+TyI4RlCIcehQwkken1+SBpieZhfhpwc=";
vendorHash = "sha256-TeKVhG1V9inyDWfILwtpU9QknJ9bt3Dja5GVHrK9PkA=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];