nix-update bot
2026-03-24 15:06:36 +01:00
parent db57ddae1f
commit 151dde22f6

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.80.0";
version = "0.83.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-yQqEFLl94Vs/gcEDYcSiYFlQdbVRk4wpawsmLCkGmS4=";
hash = "sha256-L6q2eZO1rNngWwHVhBJ2ftVbvYTConpqYHEb3nwiXxs=";
};
vendorHash = "sha256-aeE8mfn+UrKs//Wf3Oy6FdTXnxf6IiRpxmilMHy9l1Y=";
vendorHash = "sha256-fIaHzc0L4jwVSh/YjrXBB7nENqCgOfHF5bnljFsGbVo=";
subPackages = ["cmd/sidecar"];