Skip to content

Commit

Permalink
gqlgenc: 0.27.4 -> 0.30.2 (NixOS#368844)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents e930a4d + 57b16f3 commit bd7d747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gq/gqlgenc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "gqlgenc";
version = "0.27.4";
version = "0.30.2";

src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-NqFF3ppdg3nUZJ3ij0Zx3uKXz4Xhr/JEnkAzYNbPqOE=";
sha256 = "sha256-F6EuOqB9ccat9pytJn8glBn5X9eEsEUN2+8+FqVvEbY=";
};

excludedPackages = [ "example" ];

vendorHash = "sha256-ln26CHD0q+iPyAx5DalOGyCtVB1QR+7ls1ZjNK8APBU=";
vendorHash = "sha256-h3ePmfRkGqVXdtjX2cU5y2HnX+VkmTWNwrEkhLAmrlU=";

meta = with lib; {
description = "Go tool for building GraphQL client with gqlgen";
Expand Down

0 comments on commit bd7d747

Please sign in to comment.