gqlgen: 0.17.73 -> 0.17.74 (#413456)

This commit is contained in:
Nick Cao
2025-06-03 18:50:13 -04:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.17.73";
version = "0.17.74";
in
buildGoModule {
pname = "gqlgen";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-s6D9ohFdUhch2LhpmHYBgpBrO/5WEM1TX/+DIfwxSPc=";
hash = "sha256-vnUsqJTurGK4pymgDHYpatQ8qW00SfJdxk+CfC/62UA=";
};
vendorHash = "sha256-QN3ebVC6cJBnpm9Kyhg16EcXoT2rI1fR6QEf6i74WHg=";
vendorHash = "sha256-k0jWR8t9ZaShEYAXrJi7bUXs7uJ8/rbtHQioQd7/pf8=";
subPackages = [ "." ];