gqlgen: 0.17.63 -> 0.17.64

This commit is contained in:
R. Ryantm
2025-01-29 01:14:45 +00:00
parent 64dad1282c
commit a6f160bcea
+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 = [ "." ];