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

wakapi: 2.11.0 -> 2.11.1
This commit is contained in:
Nick Cao 2024-04-07 10:38:42 -04:00 committed by GitHub
commit 9d605a1c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "wakapi"; pname = "wakapi";
version = "2.11.0"; version = "2.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "muety"; owner = "muety";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-ZSnbbxSRgdAHNAFw9gUl02gw8H9/5UmgNphNpAYw2hY="; sha256 = "sha256-ZdKPaHe4miMKb6qEKdRz/fRIkTWDXp2Veu7CP1gRuQw=";
}; };
vendorHash = "sha256-0IB9k/NY8Gcl2qLABMQJQ7BLimeDi3s9GvkmyCjxtfg="; vendorHash = "sha256-pRj7Y2xp+Z2StaXRIzI5b2WAkIhR9y8T8DMXWrxOiy4=";
# Not a go module required by the project, contains development utilities # Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ]; excludedPackages = [ "scripts" ];