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

shipyard: 0.3.45 -> 0.3.47
This commit is contained in:
Ryan Mulligan
2022-02-26 08:05:52 -08:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shipyard";
version = "0.3.45";
version = "0.3.47";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shipyard-run";
repo = pname;
sha256 = "sha256-gJwcf7X5FTHKNNQczD352yOUjSca45Zn0wc4bvD9Z30=";
sha256 = "sha256-hzycO6yAwOoanoxxaGW0EwFiclu0WMkepzUAa6Zf8fg=";
};
vendorSha256 = "sha256-mXYnmDppVqhjlkGVkvp1YaEwBEkHBUddxLof389huMQ=";