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 89f064d + 8652a78 commit 58261ddCopy full SHA for 58261dd
pkgs/by-name/gq/gqlgen/package.nix
@@ -6,7 +6,7 @@
6
}:
7
8
let
9
- version = "0.17.71";
+ version = "0.17.73";
10
in
11
buildGoModule {
12
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
16
owner = "99designs";
17
repo = "gqlgen";
18
tag = "v${version}";
19
- hash = "sha256-AkLs7nDnygbnq4DYZ72+JChutKj+2cJHlNiTa761aIs=";
+ hash = "sha256-s6D9ohFdUhch2LhpmHYBgpBrO/5WEM1TX/+DIfwxSPc=";
20
};
21
22
- vendorHash = "sha256-Q9voEyziSlq9Ele4fz/obQS4ufapa4zK3cTd493XJgU=";
+ vendorHash = "sha256-QN3ebVC6cJBnpm9Kyhg16EcXoT2rI1fR6QEf6i74WHg=";
23
24
subPackages = [ "." ];
25
0 commit comments