Merge pull request #114095 from r-ryantm/auto-update/shipyard

shipyard: 0.2.1 -> 0.2.9
This commit is contained in:
Mario Rodas 2021-02-23 20:22:03 -05:00 committed by GitHub
commit 3611cc7251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";