gqlgenc: 0.19.1 -> 0.19.2

This commit is contained in:
R. Ryantm 2024-02-18 22:36:37 +00:00
parent 82e5bc1a59
commit 9020593788

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.19.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-raddO2rhRZa/KeDWsMCxYITlYYgnFt19Dj+FbBgeu0A=";
sha256 = "sha256-rK/wpdZkmsyv6FTkN7ILM8r10lNaXwjHT17ptn3N0LE=";
};
excludedPackages = [ "example" ];
vendorHash = "sha256-lJ3oYDW7BJnguIJ/TzZSUgSuoDIKmb6hdXOKENtmk6M=";
vendorHash = "sha256-lQ2KQF+55qvscnYfm1jLK/4DdwFBaRZmv9oa/BUSoXI=";
meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen";