sd-local: 1.0.45 -> 1.0.46

This commit is contained in:
R. Ryantm 2022-11-29 18:47:12 +00:00
parent 7e5e6625e2
commit 806faf6e29

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "sd-local";
version = "1.0.45";
version = "1.0.46";
src = fetchFromGitHub {
owner = "screwdriver-cd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ziCDuGpvBPKC3p+kuPi5+Hjfkld/Kh0ZqnLKwdMrXNM=";
sha256 = "sha256-+Z12atz6fSM5FJFOqUhjalxkP/1Kkm3xWgwUVlB9JvM=";
};
vendorSha256 = "sha256-43hcIIGqBscMjQzaIGdMqV5lq3od4Ls4TJdTeFGtu5Y=";
vendorSha256 = "sha256-sgCUho8KFt0iFEuupQdMV6IZTVCsTXsNqv2ab5jp0mI=";
subPackages = [ "." ];