shipyard: 0.3.45 -> 0.3.47

This commit is contained in:
R. Ryantm 2022-02-24 20:19:06 +00:00
parent 9c70e73116
commit 6fb057df97

View file

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