goredo: 1.4.1 -> 1.8.0

master
Michael Raitza 2021-07-02 18:46:47 +02:00
parent b6fac8ec10
commit 8ccda5592c
1 changed files with 3 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildGoModule rec { buildGoModule rec {
pname = "goredo"; pname = "goredo";
version = "1.4.1"; version = "1.8.0";
src = fetchurl { src = fetchurl {
url = "http://www.goredo.cypherpunks.ru/download/${pname}-${version}.tar.zst"; url = "http://www.goredo.cypherpunks.ru/download/${pname}-${version}.tar.zst";
sha256 = "Wc+QIrkrsGA35KeI2UmYOUiyU78ItPQGCKpZO/vndxM="; sha256 = "3Y8sQSGzGPZVEy0ULl5w2/JaaJUUtGG+VgWnxZRpPpg=";
}; };
patches = [ ./fix-tests.diff ]; patches = [ ./fix-tests.diff ];
@ -19,6 +19,7 @@ buildGoModule rec {
subPackages = [ "." ]; subPackages = [ "." ];
preBuild = "cd src"; preBuild = "cd src";
postBuild = '' postBuild = ''
( cd $GOPATH/bin; ./goredo -symlinks ) ( cd $GOPATH/bin; ./goredo -symlinks )
cd .. cd ..