Merge pull request #257102 from spacefrogg/goredo-1.31

goredo: 1.30 -> 1.31
This commit is contained in:
Fabián Heredia Montiel 2023-09-25 21:59:15 -06:00 committed by GitHub
commit f746934c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildGoModule rec {
pname = "goredo";
version = "1.30.0";
version = "1.31.0";
src = fetchurl {
url = "http://www.goredo.cypherpunks.ru/download/${pname}-${version}.tar.zst";
hash = "sha256-glsg2q8jFd4z6CuKzlZ3afJx/S7Aw6LCxFAS/uHLlUg=";
hash = "sha256-z7u71VFMoq4VwHohMnYx/ahBSkRZHoI8MZet9gO+XVw=";
};
patches = [ ./fix-tests.diff ];