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

sd-local: 1.0.17 -> 1.0.20

authored by

Ryan Mulligan and committed by
GitHub
24e5fe60 c04a1b76

+3 -3
+3 -3
pkgs/development/tools/sd-local/default.nix
··· 2 3 buildGoModule rec { 4 pname = "sd-local"; 5 - version = "1.0.17"; 6 7 src = fetchFromGitHub { 8 owner = "screwdriver-cd"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "13krr1zjh544swv4frfapvyi7bm8qf121x6qz9jqbw2cm3mid301"; 12 }; 13 14 - vendorSha256 = "1y4nyw7rpgipblxqaps2zsd07cin8d0i0g9gvsnc3vifi6g29s8z"; 15 16 subPackages = [ "." ]; 17
··· 2 3 buildGoModule rec { 4 pname = "sd-local"; 5 + version = "1.0.20"; 6 7 src = fetchFromGitHub { 8 owner = "screwdriver-cd"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-SKBSsS8WPsr5/42IMueLkfJCrOQIO/ODlhTp+xrmQ/4="; 12 }; 13 14 + vendorSha256 = "sha256-3KNYG6RBnfFRgIoIyAe7QwAB56ZMF8bHdgt9Ghtod20="; 15 16 subPackages = [ "." ]; 17