sourcehut.gitsrht: 0.85.7 -> 0.85.9

This commit is contained in:
Christoph Heiss 2024-03-30 14:15:34 +01:00
parent 1435739766
commit d551b6f3b3
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -13,28 +13,28 @@
, setuptools , setuptools
}: }:
let let
version = "0.85.7"; version = "0.85.9";
gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; }; gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.42"; };
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~sircmpwn"; owner = "~sircmpwn";
repo = "git.sr.ht"; repo = "git.sr.ht";
rev = version; rev = version;
hash = "sha256-jkESrrVE+0O2g64zzPOpqhl8DpvmosQvuF0s6Xd+lbM="; hash = "sha256-tmbBw6x3nqN9nRIR3xOXQ+L5EACXLQYLXQYK3lsOsAI=";
}; };
gitApi = buildGoModule ({ gitApi = buildGoModule ({
inherit src version; inherit src version;
pname = "gitsrht-api"; pname = "gitsrht-api";
modRoot = "api"; modRoot = "api";
vendorHash = "sha256-yWVpldqwpEZmeI18tvdIgof8GgSFEP70c8T5XDkryn0="; vendorHash = "sha256-4KwnUi6ILUagMDXzuBG9CRT2N8uyjvRM74TwJqIzicc=";
} // gqlgen); } // gqlgen);
gitDispatch = buildGoModule ({ gitDispatch = buildGoModule ({
inherit src version; inherit src version;
pname = "gitsrht-dispatch"; pname = "gitsrht-dispatch";
modRoot = "gitsrht-dispatch"; modRoot = "gitsrht-dispatch";
vendorHash = "sha256-yWVpldqwpEZmeI18tvdIgof8GgSFEP70c8T5XDkryn0="; vendorHash = "sha256-4KwnUi6ILUagMDXzuBG9CRT2N8uyjvRM74TwJqIzicc=";
postPatch = '' postPatch = ''
substituteInPlace gitsrht-dispatch/main.go \ substituteInPlace gitsrht-dispatch/main.go \
@ -46,7 +46,7 @@ let
inherit src version; inherit src version;
pname = "gitsrht-keys"; pname = "gitsrht-keys";
modRoot = "gitsrht-keys"; modRoot = "gitsrht-keys";
vendorHash = "sha256-yWVpldqwpEZmeI18tvdIgof8GgSFEP70c8T5XDkryn0="; vendorHash = "sha256-4KwnUi6ILUagMDXzuBG9CRT2N8uyjvRM74TwJqIzicc=";
postPatch = '' postPatch = ''
substituteInPlace gitsrht-keys/main.go \ substituteInPlace gitsrht-keys/main.go \
@ -58,7 +58,7 @@ let
inherit src version; inherit src version;
pname = "gitsrht-shell"; pname = "gitsrht-shell";
modRoot = "gitsrht-shell"; modRoot = "gitsrht-shell";
vendorHash = "sha256-yWVpldqwpEZmeI18tvdIgof8GgSFEP70c8T5XDkryn0="; vendorHash = "sha256-4KwnUi6ILUagMDXzuBG9CRT2N8uyjvRM74TwJqIzicc=";
postPatch = '' postPatch = ''
substituteInPlace gitsrht-shell/main.go \ substituteInPlace gitsrht-shell/main.go \
@ -70,7 +70,7 @@ let
inherit src version; inherit src version;
pname = "gitsrht-update-hook"; pname = "gitsrht-update-hook";
modRoot = "gitsrht-update-hook"; modRoot = "gitsrht-update-hook";
vendorHash = "sha256-yWVpldqwpEZmeI18tvdIgof8GgSFEP70c8T5XDkryn0="; vendorHash = "sha256-4KwnUi6ILUagMDXzuBG9CRT2N8uyjvRM74TwJqIzicc=";
postPatch = '' postPatch = ''
substituteInPlace gitsrht-update-hook/main.go \ substituteInPlace gitsrht-update-hook/main.go \