gqlgenc: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm
2024-09-13 14:05:24 +00:00
parent fafef5049e
commit 2bc0ee9cd1
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-tKEHqo7drOwHIRCgKEXbELi0u9uRpXSwB9R1fPhv/PE=";
sha256 = "sha256-4d2IFJIoIX0IlS/v/EJkn1cK8hJl9808PE8ZnwqYzu8=";
};
excludedPackages = [ "example" ];
vendorHash = "sha256-lQ2KQF+55qvscnYfm1jLK/4DdwFBaRZmv9oa/BUSoXI=";
vendorHash = "sha256-GcqLW/Ooy2h5spYA94/HmaG0yYiqA4g5DyKlg9EORCQ=";
meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen";