gqlgen: 0.17.70 -> 0.17.71

This commit is contained in:
R. Ryantm
2025-04-18 04:21:19 +00:00
parent 7650c61104
commit a6423220de
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.70";
version = "0.17.71";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-VpZQBmQKxqrWC9pD90V4hMO6mYgbCCbrenyCEbGTHtA=";
hash = "sha256-AkLs7nDnygbnq4DYZ72+JChutKj+2cJHlNiTa761aIs=";
};
vendorHash = "sha256-B3RiZZee6jefslUSTfHDth8WUl5rv7fmEFU0DpKkWZk=";
vendorHash = "sha256-Q9voEyziSlq9Ele4fz/obQS4ufapa4zK3cTd493XJgU=";
subPackages = [ "." ];