gqlgenc: 0.30.2 -> 0.30.3 (#377728)

This commit is contained in:
Nick Cao 2025-01-29 15:48:37 -05:00 committed by GitHub
commit fb9c8b37b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gqlgenc"; pname = "gqlgenc";
version = "0.30.2"; version = "0.30.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yamashou"; owner = "yamashou";
repo = "gqlgenc"; repo = "gqlgenc";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-F6EuOqB9ccat9pytJn8glBn5X9eEsEUN2+8+FqVvEbY="; sha256 = "sha256-NYH05VppoIjxOzMP6aBBtZLxf8cj1kdzS+5NKtIDcik=";
}; };
excludedPackages = [ "example" ]; excludedPackages = [ "example" ];