gqlgen: 0.17.63 -> 0.17.64 (#377662)

This commit is contained in:
Nick Cao
2025-01-29 15:39:19 -05:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.63";
version = "0.17.64";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-J9+pleHdbQMHP/Aq9Pl6ise6PDvRqxQ72Iq7SNxgMws=";
hash = "sha256-JzXjUOhj49rp+aALfP48mRkySObd7z5qaHH6Na649+4=";
};
vendorHash = "sha256-hPUWYOfCx+kW2dJsjkCE/7bwofnGdQbDTvfZ877/pCk=";
vendorHash = "sha256-p285G/EfkrLrmbEc10J/QXIn6Hi3KIXH0f+BYeFpE4s=";
subPackages = [ "." ];