shipyard: 0.3.27 -> 0.3.30
This commit is contained in:
parent
414eeea895
commit
e5f5716a36
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "shipyard";
|
pname = "shipyard";
|
||||||
version = "0.3.27";
|
version = "0.3.30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "shipyard-run";
|
owner = "shipyard-run";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
sha256 = "sha256-VbcOoIMhY4FpfQbC2ESFaPoV9AS5DpGvid8jcQxLuEE=";
|
sha256 = "sha256-NaCG0oG9j1yoXOsfnQXFd+PdZfJTOdvYndFIftIAnxE=";
|
||||||
};
|
};
|
||||||
vendorSha256 = "sha256-YClNdtnakJJOEytTbopTXeZy218N4vHP3tQLavLgPbg=";
|
vendorSha256 = "sha256-YClNdtnakJJOEytTbopTXeZy218N4vHP3tQLavLgPbg=";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue