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

gqlgenc: 0.21.1 -> 0.22.0
This commit is contained in:
Nick Cao 2024-04-27 10:34:51 -04:00 committed by GitHub
commit e7595391cf
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.21.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-XvvwVdovFTJNTqfqnX+luaRHD+7nmPLdQAu9TLRI/TQ=";
sha256 = "sha256-hGX9DiGpJOOjQEaT9qnpeS1ODfo4pd03WlvT3aaSK2w=";
};
excludedPackages = [ "example" ];