gqlgen: 0.17.85 -> 0.17.86

This commit is contained in:
R. Ryantm
2026-01-12 07:15:24 +00:00
parent d70b05c624
commit 1a9def28db
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.85";
version = "0.17.86";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-U2qbOjWUE1MfrMJTVaB59Osax8B6CKMlk6uqGioVgBk=";
hash = "sha256-3lN/hW2LpLUmm+w31XWOJb7rP3Wyk054WcKVwwQ8afs=";
};
vendorHash = "sha256-9rBdr1fP5LKioz2c6lAZEdcDnG2JL2CO1VXK5+MwGEs=";
vendorHash = "sha256-mOLFcbodgEn86ZV3mDeoBjoDVlYLo+7Gz930pi/KqAI=";
subPackages = [ "." ];