gqlgenc: 0.25.1 -> 0.25.2

This commit is contained in:
R. Ryantm 2024-10-01 18:11:15 +00:00
parent b7e838f0bb
commit d4ce54d477

View File

@ -2,18 +2,18 @@
buildGoModule rec { buildGoModule rec {
pname = "gqlgenc"; pname = "gqlgenc";
version = "0.25.1"; version = "0.25.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yamashou"; owner = "yamashou";
repo = "gqlgenc"; repo = "gqlgenc";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-i2+J8hWbADeOmua4I3/NX8MC6FKP+5I9BqwCDkLOnvw="; sha256 = "sha256-g+l493Nt0SuW4gwJh0s9Zeejpyx2oLxVDykIvBup638=";
}; };
excludedPackages = [ "example" ]; excludedPackages = [ "example" ];
vendorHash = "sha256-/lrOc2suNyNRlpi22QUr6MZCIrdWaWiZUv6pe/mYnB8="; vendorHash = "sha256-YGFMQrxghJIgmiwEPfEqaACH7OETVkD8O7oUhm9foJo=";
meta = with lib; { meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen"; description = "Go tool for building GraphQL client with gqlgen";