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

wakapi: 2.6.2 -> 2.7.0
This commit is contained in:
Weijia Wang 2023-04-05 16:20:38 +03:00 committed by GitHub
commit 22eab9c83d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "wakapi";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
owner = "muety";
repo = pname;
rev = version;
sha256 = "sha256-yMxcePwBUteqrdfvDjZSRInOXMFmwaFoVBihcMQFTME=";
sha256 = "sha256-1EMSrHx6Tx58voz5veyNZg1gnubuGyg2K4dg2QdzmMw=";
};
vendorHash = "sha256-sfx8qlmJrS0hkD6DSvKqfnBDbxj8eNA3hnprSwA2fSI=";
vendorHash = "sha256-0wHXULDKyXYBTGxfSQXT/5NidPtSnx7ujb8vyczmE38=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];