nix-update bot
2026-03-22 03:02:32 +01:00
parent 6b04156750
commit d1b7cd99e2

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.79.0";
version = "0.80.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-dRdm/61A9JdQc29M5HSIPoMTAK5C/OOROBbzkob8vn0=";
hash = "sha256-yQqEFLl94Vs/gcEDYcSiYFlQdbVRk4wpawsmLCkGmS4=";
};
vendorHash = "sha256-2yy5UXlkPnr5BmSeE5ZmOU5K+bsDo1DwvpBFoeXfts4=";
vendorHash = "sha256-aeE8mfn+UrKs//Wf3Oy6FdTXnxf6IiRpxmilMHy9l1Y=";
subPackages = ["cmd/sidecar"];