nix-update bot
2026-04-28 04:02:57 +02:00
parent 66c398d196
commit 5d2bfbd27c

View File

@@ -13,16 +13,16 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "sidecar"; pname = "sidecar";
version = "0.83.0"; version = "0.84.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marcus"; owner = "marcus";
repo = "sidecar"; repo = "sidecar";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-L6q2eZO1rNngWwHVhBJ2ftVbvYTConpqYHEb3nwiXxs="; hash = "sha256-80ldZlaZ99ti8dvw+Awev7ucz03iOVD2yzz/+IFHDvA=";
}; };
vendorHash = "sha256-fIaHzc0L4jwVSh/YjrXBB7nENqCgOfHF5bnljFsGbVo="; vendorHash = "sha256-IDD+hQZODNPj+Gy9CX5GFdMcsvt75aFLpabXZehAjaw=";
subPackages = ["cmd/sidecar"]; subPackages = ["cmd/sidecar"];