chore: update agent sources

This commit is contained in:
Sascha König
2026-06-30 08:17:29 +02:00
parent d42a6f57f5
commit e695a8c636
+3 -3
View File
@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.84.0";
version = "0.85.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-80ldZlaZ99ti8dvw+Awev7ucz03iOVD2yzz/+IFHDvA=";
hash = "sha256-6ufkCi3gsDmUYRuxI2jIMEkD/Tfh75VErv3zCJG8eWw=";
};
vendorHash = "sha256-IDD+hQZODNPj+Gy9CX5GFdMcsvt75aFLpabXZehAjaw=";
vendorHash = "sha256-qXEFscJpbJfcwukHm13i6EcMoklNpVM2GeVaUTfRg74=";
subPackages = ["cmd/sidecar"];