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

gqlgenc: 0.19.3 -> 0.20.0
This commit is contained in:
Nick Cao 2024-04-15 10:07:03 -04:00 committed by GitHub
commit 9752dec941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.19.3";
version = "0.20.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-deaJFw1w5TiJIdbTlgEBhpAyDbkjUzqT3vVl+xDUXm4=";
sha256 = "sha256-RniriePoHo608PlT3XrxogWI2oXq0Q48+Jaxz/2xIVo=";
};
excludedPackages = [ "example" ];