sourcehut: default gqlgenVersion 0.17.2 -> 0.17.20

Most packages now uses this version, so avoid having it specify it every
time.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+8 -8
+1 -1
pkgs/applications/version-management/sourcehut/fix-gqlgen-trimpath.nix
··· 1 { unzip 2 - , gqlgenVersion ? "0.17.2" 3 }: 4 { 5 overrideModAttrs = (_: {
··· 1 { unzip 2 + , gqlgenVersion ? "0.17.20" 3 }: 4 { 5 overrideModAttrs = (_: {
+1 -1
pkgs/applications/version-management/sourcehut/git.nix
··· 24 pname = "gitsrht-api"; 25 modRoot = "api"; 26 vendorHash = "sha256-LAYp0zgosZnFEbtxzjuTH9++0lbxhACr705HqXJz3D0="; 27 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 28 29 gitDispatch = buildGoModule { 30 inherit src version;
··· 24 pname = "gitsrht-api"; 25 modRoot = "api"; 26 vendorHash = "sha256-LAYp0zgosZnFEbtxzjuTH9++0lbxhACr705HqXJz3D0="; 27 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 28 29 gitDispatch = buildGoModule { 30 inherit src version;
+1 -1
pkgs/applications/version-management/sourcehut/hg.nix
··· 32 pname = "hgsrht-api"; 33 modRoot = "api"; 34 vendorHash = "sha256-vuOYpnF3WjA6kOe9MVSuVMhJBQqCmIex+QUBJrP+VDs="; 35 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 36 37 hgsrht-keys = buildGoModule { 38 inherit src version;
··· 32 pname = "hgsrht-api"; 33 modRoot = "api"; 34 vendorHash = "sha256-vuOYpnF3WjA6kOe9MVSuVMhJBQqCmIex+QUBJrP+VDs="; 35 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 36 37 hgsrht-keys = buildGoModule { 38 inherit src version;
+1 -1
pkgs/applications/version-management/sourcehut/hub.nix
··· 28 pname = "hubsrht-api"; 29 modRoot = "api"; 30 vendorHash = "sha256-K5EmZ4U+xItTR85+SCwhwg5KUGLkKHo9Nr2pkvmJpfo="; 31 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 32 33 propagatedBuildInputs = [ 34 srht
··· 28 pname = "hubsrht-api"; 29 modRoot = "api"; 30 vendorHash = "sha256-K5EmZ4U+xItTR85+SCwhwg5KUGLkKHo9Nr2pkvmJpfo="; 31 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 32 33 propagatedBuildInputs = [ 34 srht
+1 -1
pkgs/applications/version-management/sourcehut/lists.nix
··· 27 pname = "listssrht-api"; 28 modRoot = "api"; 29 vendorHash = "sha256-E5Zzft9ANJT/nhhCuenZpdo3t9QYLmA+AyDyrbGectE="; 30 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 31 32 postPatch = '' 33 substituteInPlace Makefile \
··· 27 pname = "listssrht-api"; 28 modRoot = "api"; 29 vendorHash = "sha256-E5Zzft9ANJT/nhhCuenZpdo3t9QYLmA+AyDyrbGectE="; 30 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 31 32 postPatch = '' 33 substituteInPlace Makefile \
+1 -1
pkgs/applications/version-management/sourcehut/man.nix
··· 28 pname = "mansrht-api"; 29 modRoot = "api"; 30 vendorHash = "sha256-K5EmZ4U+xItTR85+SCwhwg5KUGLkKHo9Nr2pkvmJpfo="; 31 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 32 33 propagatedBuildInputs = [ 34 srht
··· 28 pname = "mansrht-api"; 29 modRoot = "api"; 30 vendorHash = "sha256-K5EmZ4U+xItTR85+SCwhwg5KUGLkKHo9Nr2pkvmJpfo="; 31 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 32 33 propagatedBuildInputs = [ 34 srht
+1 -1
pkgs/applications/version-management/sourcehut/meta.nix
··· 29 pname = "metasrht-api"; 30 modRoot = "api"; 31 vendorHash = "sha256-D3stDSb99uXze49kKZgGrAq5Zmg6hkIzIpsQKlnKVtE="; 32 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 33 34 in 35 buildPythonPackage rec {
··· 29 pname = "metasrht-api"; 30 modRoot = "api"; 31 vendorHash = "sha256-D3stDSb99uXze49kKZgGrAq5Zmg6hkIzIpsQKlnKVtE="; 32 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 33 34 in 35 buildPythonPackage rec {
+1 -1
pkgs/applications/version-management/sourcehut/pages.nix
··· 35 }; 36 # There is no ./loaders but this does not cause troubles 37 # to go generate 38 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion= "0.17.20"; })
··· 35 }; 36 # There is no ./loaders but this does not cause troubles 37 # to go generate 38 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; })