gqlgen: 0.17.66 -> 0.17.67

This commit is contained in:
R. Ryantm
2025-03-15 01:45:43 +00:00
parent 0bf41acf48
commit 3a24ffc2f5
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.66";
version = "0.17.67";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-1r4HUMKdbci57XrZVbuLF5qNqhyWR591uXA2dd2G4Ys=";
hash = "sha256-pNxV+8hkTksdOhAB+Z0pRKe1BUCk7zsZq4YaQ41jXkg=";
};
vendorHash = "sha256-vF3eRvYeSz7fQfDAKxm60ejNFpl380vJlpiyQ+UUowA=";
vendorHash = "sha256-uxNKI6yQ/oyBlgBHODs6CeTVEfm6PUIPwoTsezZmbRA=";
subPackages = [ "." ];