eris-go: 20231219 -> 20240128

This commit is contained in:
Emery Hemingway 2024-01-28 19:36:34 +01:00
parent d0ca9745c4
commit b92ea571aa

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "eris-go";
version = "20231219";
version = "20240128";
outputs = [ "out" "man" ];
src = fetchFromGitea {
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "eris";
repo = "eris-go";
rev = version;
hash = "sha256-eXLfBkJgG51ZjR1qXRE2BgTrIpQsPW5SKeMlGd3J1NE=";
hash = "sha256-mS5PMrp6rBR8ehlpDAZaTQL8vhFSpcztMaQF5zjozxc=";
};
vendorHash = "sha256-pA/fz7JpDwdTRFfLDY0M6p9TeBOK68byhy/0Cw53p4M=";
@ -23,10 +23,10 @@ buildGoModule rec {
'';
postBuild = "tupBuild";
postInstall = ''
install -D *.1.man -t $man/share/man/man1
install -D *.1.gz -t $man/share/man/man1
'';
skipNetworkTests = true;
env.skipNetworkTests = true;
passthru.tests = { inherit (nixosTests) eris-server; };