Skip to content

Commit

Permalink
chore: bump gqlgenc (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Sep 8, 2024
1 parent 39ddd01 commit 3c741f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ final: prev: rec {

gqlgenc = final.buildGoModule rec {
pname = "gqlgenc";
version = "0.23.2";
version = "0.24.0";

src = final.fetchFromGitHub {
owner = "Yamashou";
repo = pname;
rev = "v${version}";
sha256 = "sha256-a+/X2q9Rii/8odXGICNOB7uWXd6vfqquP+wGvT/tRUo=";
sha256 = "sha256-tKEHqo7drOwHIRCgKEXbELi0u9uRpXSwB9R1fPhv/PE=";
};

vendorHash = "sha256-lQ2KQF+55qvscnYfm1jLK/4DdwFBaRZmv9oa/BUSoXI=";
Expand Down

0 comments on commit 3c741f2

Please sign in to comment.