1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

goredo: 2.1.0 -> 2.2.0

This commit is contained in:
Michael Raitza 2023-11-10 18:46:08 +01:00
parent 9870f4d6f5
commit 816cb8c50b

View file

@ -9,11 +9,11 @@
buildGoModule rec {
pname = "goredo";
version = "2.1.0";
version = "2.2.0";
src = fetchurl {
url = "http://www.goredo.cypherpunks.ru/download/${pname}-${version}.tar.zst";
hash = "sha256-ithb4giKOA0egl3Cuz8Jz03BwJ7TSWun8O8oYVrrETc=";
hash = "sha256-ifGcUt13hrQSShYbGAdCag3BPPLXMFU5V947zyUtmC8=";
};
patches = [ ./fix-tests.diff ];