sd-local: 1.0.57 -> 1.0.58

This commit is contained in:
R. Ryantm
2025-04-04 09:49:42 +00:00
parent b222bbdb7e
commit d000a1a510
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "sd-local";
version = "1.0.57";
version = "1.0.58";
src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CBEdE15lAMMawTsfc45ptHsC2AbqFP6v4/nnktytwvc=";
sha256 = "sha256-7nL+9tJt4EnGGIhsGASXdBp0u7PXbbt50ADdK2Ciel0=";
};
vendorHash = "sha256-rAFfyMlnhDrb+f04S9+hNygXPaoG9mheQMxaJtXxBVw=";
vendorHash = "sha256-CcVb2ugvKzl/HTtub4iq81u7hps7Q5a1e1e+T5t13hY=";
subPackages = [ "." ];