shipyard: 0.2.1 -> 0.2.9

This commit is contained in:
R. RyanTM 2021-02-23 10:11:46 +00:00
parent 11cd34cd59
commit a64b3cfc36

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shipyard";
version = "0.2.1";
version = "0.2.9";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shipyard-run";
repo = pname;
sha256 = "sha256-eTwl2tMrhLPeHI0C76Rvm/OOt02OtDtejXYr4N6IWcg=";
sha256 = "sha256-S2nH1E20frsJzW2RCn+eJ9ylVdhVbo4wesNwlQll9S4=";
};
vendorSha256 = "sha256-rglpY7A0S56slL+mXFRgaZwS0bF1b9zxxmNYiX6TJzs=";