shipyard: 0.4.10 -> 0.4.12

This commit is contained in:
R. Ryantm 2022-10-04 18:57:38 +00:00 committed by Bobby Rong
parent 043641f58a
commit 4e44672a0a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shipyard";
version = "0.4.10";
version = "0.4.12";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shipyard-run";
repo = pname;
sha256 = "sha256-3l/lvPSoO4CXMfEDhzCqHT0aOkQLPuvoXg8j/kZdUfU=";
sha256 = "sha256-WTmkKWYdPfZGMTPsfzT/H6K+ob5zq5akTqf3viNfcW8=";
};
vendorSha256 = "sha256-ATXM3+mi/R+/jS6Ds89J75nDVnc3d8iOGhjD3KQZkkA=";