Merge pull request #333465 from r-ryantm/auto-update/gqlgenc

gqlgenc: 0.23.2 -> 0.24.0
This commit is contained in:
Nick Cao 2024-08-09 17:49:13 -04:00 committed by GitHub
commit 478fe435e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.23.2";
version = "0.24.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-a+/X2q9Rii/8odXGICNOB7uWXd6vfqquP+wGvT/tRUo=";
sha256 = "sha256-tKEHqo7drOwHIRCgKEXbELi0u9uRpXSwB9R1fPhv/PE=";
};
excludedPackages = [ "example" ];