gqlgenc: 0.11.3 -> 0.15.1

This commit is contained in:
R. Ryantm 2023-10-01 11:15:52 +00:00
parent dd8af63ff7
commit 8b2d05645a

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.11.3";
version = "0.15.1";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-yMM6LR5Zviwr1OduSUxsSzdzrb+Lv5ILkVjXWD0b0FU=";
sha256 = "sha256-yboht3dE8njp+q5RzdaM7Bc3BVsPr7HlVM1UbRN+Bds=";
};
excludedPackages = [ "example" ];
vendorHash = "sha256-d95w9cApLyYu+OOP4UM5/+4DDU2LqyHU8E3wSTW8c7Q=";
vendorHash = "sha256-6iwNykvW1m+hl6FzMNbvvPpBNp8OQn2/vfJLmAj60Mw=";
meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen";