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

wakapi: 2.10.2 -> 2.10.3
This commit is contained in:
Weijia Wang 2024-01-23 18:28:00 +01:00 committed by GitHub
commit 1be75f026b
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.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "muety";
repo = pname;
rev = version;
sha256 = "sha256-ecbWP6WnFCMCnk8o3A0UUdMj8cSmKm5KD/gVN/AVvIY=";
sha256 = "sha256-laJdH2C+lyvM82/r3jgV2CI0xJV39Y04tP1/YCXsGzo=";
};
vendorHash = "sha256-RG6lc2axeAAPHLS1xRh8gpV/bcnyTWzYcb1YPLpQ0uQ=";
vendorHash = "sha256-/zDlKW00XCI+TyI4RlCIcehQwkken1+SBpieZhfhpwc=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];