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

gqlgenc: 0.15.1 -> 0.16.1
This commit is contained in:
Nick Cao 2024-01-02 11:41:26 -05:00 committed by GitHub
commit 8e2cdc7fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.15.1";
version = "0.16.1";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-yboht3dE8njp+q5RzdaM7Bc3BVsPr7HlVM1UbRN+Bds=";
sha256 = "sha256-jr4bQU+3YKS4KEGrgmiMMrefDkAxSTrBEUuGuM6OMTc=";
};
excludedPackages = [ "example" ];