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