gqlgenc: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm 2024-02-07 12:58:26 +00:00
parent 54c94cd3aa
commit 07d406f7a7

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-KAUdddVjX1yQLSqnvSAoYPaLL8N8SOfR/gvQ5In4Z/Y=";
sha256 = "sha256-AzkLNdT9PC82NLvPH+wYu0Z5VSxYtTYMaiVtAPAvfOo=";
};
excludedPackages = [ "example" ];
vendorHash = "sha256-6iwNykvW1m+hl6FzMNbvvPpBNp8OQn2/vfJLmAj60Mw=";
vendorHash = "sha256-lJ3oYDW7BJnguIJ/TzZSUgSuoDIKmb6hdXOKENtmk6M=";
meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen";