goredo: 0.12.3 -> 1.0.0

master
Michael Raitza 2021-01-22 21:21:40 +01:00
parent 744471cd3b
commit f9f817e189
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchgit, buildGoPackage, texinfo }:
buildGoPackage rec {
pname = "goredo";
version = "0.12.3";
version = "1.0.0";
rev = version;
goPackagePath = "goredo";
@ -9,7 +9,7 @@ buildGoPackage rec {
src = fetchgit {
url = "git://git.cypherpunks.ru/goredo.git";
rev = "v${version}";
sha256 = "sha256-NXrBdr7grHkpdS8SO4keaiJHDJ1GgN0dKtZWKgexbc0=";
sha256 = "sha256-irWdhx5pfY3DUmwWS+L03Y2/M9KEpdtcrrbTzxQ9YJ4=";
};
goDeps = ./deps.nix;