Merge pull request #105926 from r-ryantm/auto-update/sd-local

sd-local: 1.0.13 -> 1.0.17
This commit is contained in:
Mario Rodas 2020-12-04 22:34:31 -05:00 committed by GitHub
commit 391e708bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sd-local";
version = "1.0.13";
version = "1.0.17";
src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "1pgzxy9l1zh2qwq20ycqlxp9yj1mfchwc9179zd2v13rlraa8yph";
sha256 = "13krr1zjh544swv4frfapvyi7bm8qf121x6qz9jqbw2cm3mid301";
};
vendorSha256 = "1y4nyw7rpgipblxqaps2zsd07cin8d0i0g9gvsnc3vifi6g29s8z";