goredo: 0.12.3 -> 1.0.0
parent
744471cd3b
commit
f9f817e189
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue