We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e930a4d + 57b16f3 commit bd7d747Copy full SHA for bd7d747
pkgs/by-name/gq/gqlgenc/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "gqlgenc";
9
- version = "0.27.4";
+ version = "0.30.2";
10
11
src = fetchFromGitHub {
12
owner = "yamashou";
13
repo = "gqlgenc";
14
rev = "v${version}";
15
- sha256 = "sha256-NqFF3ppdg3nUZJ3ij0Zx3uKXz4Xhr/JEnkAzYNbPqOE=";
+ sha256 = "sha256-F6EuOqB9ccat9pytJn8glBn5X9eEsEUN2+8+FqVvEbY=";
16
};
17
18
excludedPackages = [ "example" ];
19
20
- vendorHash = "sha256-ln26CHD0q+iPyAx5DalOGyCtVB1QR+7ls1ZjNK8APBU=";
+ vendorHash = "sha256-h3ePmfRkGqVXdtjX2cU5y2HnX+VkmTWNwrEkhLAmrlU=";
21
22
meta = with lib; {
23
description = "Go tool for building GraphQL client with gqlgen";
0 commit comments