goredo: 1.14.0 -> 1.17.0

master
Michael Raitza 2021-10-22 16:52:56 +02:00
parent fcceae4016
commit 0c87b9bcbb
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildGoModule rec {
pname = "goredo";
version = "1.14.0";
version = "1.17.0";
src = fetchurl {
url = "http://www.goredo.cypherpunks.ru/download/${pname}-${version}.tar.zst";
sha256 = "F2CMmLOeADAEOxhi7bCufBYto3Q934czDbAwGk/WG/U=";
sha256 = "kQWtNRytzjetXJlNx6M0hiwSacN95erlpZt7Iji9/x0=";
};
patches = [ ./fix-tests.diff ];