goredo: 1.4.1 -> 1.8.0
parent
b6fac8ec10
commit
8ccda5592c
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in New Issue