goredo: 1.13.0 -> 1.14.0

master
Michael Raitza 2021-09-16 08:02:29 +02:00
parent fa01f05a1e
commit fcceae4016
1 changed files with 2 additions and 2 deletions

View File

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