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

sd-local: 1.0.20 -> 1.0.21
This commit is contained in:
Ryan Mulligan 2021-02-19 17:06:15 -08:00 committed by GitHub
commit a343107f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sd-local";
version = "1.0.20";
version = "1.0.21";
src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SKBSsS8WPsr5/42IMueLkfJCrOQIO/ODlhTp+xrmQ/4=";
sha256 = "sha256-cYglIobBldfFNavso8sLdqHzoWcl6qTurxGRMdoLqGc=";
};
vendorSha256 = "sha256-3KNYG6RBnfFRgIoIyAe7QwAB56ZMF8bHdgt9Ghtod20=";