gqlgen: 0.17.67 -> 0.17.68

This commit is contained in:
R. Ryantm
2025-03-25 22:17:40 +00:00
parent db6ea9d70b
commit fb1f06d951
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.67";
version = "0.17.68";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-pNxV+8hkTksdOhAB+Z0pRKe1BUCk7zsZq4YaQ41jXkg=";
hash = "sha256-zu9Rgxua19dZNLUeJeMklKB0C95E8UVWGu/I5Lkk66E=";
};
vendorHash = "sha256-uxNKI6yQ/oyBlgBHODs6CeTVEfm6PUIPwoTsezZmbRA=";
vendorHash = "sha256-B3RiZZee6jefslUSTfHDth8WUl5rv7fmEFU0DpKkWZk=";
subPackages = [ "." ];