gqlgenc: 0.15.1 -> 0.16.1

This commit is contained in:
R. Ryantm 2024-01-01 03:29:37 +00:00
parent 3d54a95d71
commit 836a85cdeb

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" ];