3
0
Fork 0
forked from mirrors/nixpkgs

sd-local: 1.0.51 -> 1.0.52

This commit is contained in:
R. Ryantm 2024-01-22 12:53:59 +00:00
parent 5836514c53
commit 7e5c58c2aa

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sd-local";
version = "1.0.51";
version = "1.0.52";
src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CKbOgZ9dnQ5ao5fQYMbPhMNS5ww4N54ECHKhhdBEII8=";
sha256 = "sha256-2EWLi42ztuohouhMZ3DXa2wHx1tgPAUH0IKbn6lQeF0=";
};
vendorHash = "sha256-uHu8jPPQCJAhXE+Lzw5/9wyw7sL5REQJsPsYII+Nusc=";