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

shipyard: 0.3.44 -> 0.3.45
This commit is contained in:
Ryan Mulligan 2022-02-23 06:31:54 -08:00 committed by GitHub
commit c13e0a5171
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.3.44";
version = "0.3.45";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shipyard-run";
repo = pname;
sha256 = "sha256-ShL/j0vyKfbNcq/cAgEUCln6T7UE/qmPZOMw129210o=";
sha256 = "sha256-gJwcf7X5FTHKNNQczD352yOUjSca45Zn0wc4bvD9Z30=";
};
vendorSha256 = "sha256-mXYnmDppVqhjlkGVkvp1YaEwBEkHBUddxLof389huMQ=";