gqlgen: 0.17.86 -> 0.17.87 (#492272)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-23 12:58:13 +00:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.86";
version = "0.17.87";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-3lN/hW2LpLUmm+w31XWOJb7rP3Wyk054WcKVwwQ8afs=";
hash = "sha256-e5YWX9+1b6bQtaeWcLMX5LxjbZrbGOcjoQTe5T8n1Kk=";
};
vendorHash = "sha256-mOLFcbodgEn86ZV3mDeoBjoDVlYLo+7Gz930pi/KqAI=";
vendorHash = "sha256-vbOzKcrdjNsddvwN7PeyFixnQbdT2nGMZN5nFbwhcMI=";
subPackages = [ "." ];