gqlgen: 0.17.76 -> 0.17.77

This commit is contained in:
R. Ryantm
2025-07-27 04:37:57 +00:00
parent b569c6cb48
commit 690f9f9b03
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.76";
version = "0.17.77";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-b226pRpO693e48OlzVwSaDlPM5RAivIoX/KHXESVEJI=";
hash = "sha256-3feo0wpRHDK3Vx9R6YoQuc2NU+4F+trkaNTvA3AV2NE=";
};
vendorHash = "sha256-cqNRfKPneq4BxVA+kGAxSalwfeNI/hFxsrOgVhkUbLs=";
vendorHash = "sha256-qDPJKGQmZz5Taj/gXakx3t/4bDaMrNR+HehV19HvdCI=";
subPackages = [ "." ];