sidecar: 0.73.1 -> 0.74.0
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 5m34s

Diff: https://github.com/marcus/sidecar/compare/v0.73.1...v0.74.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.74.0
This commit is contained in:
nix-update bot
2026-02-17 03:18:11 +01:00
parent f69dd15474
commit d2ec6a0474

View File

@@ -13,13 +13,13 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "sidecar"; pname = "sidecar";
version = "0.73.1"; version = "0.74.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marcus"; owner = "marcus";
repo = "sidecar"; repo = "sidecar";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-vW+cVSdP1BEH/av5qqfeFPywKuqI9QC5x4rXhu+OO74="; hash = "sha256-+7Qa5/WcF3Apk4f35l8/UgIJf407okch/S4wBj5OfRc=";
}; };
vendorHash = "sha256-eqB5NIJPqlHCXj78h7gnYAgvXgRu7nPaXdAPVLzdOUw="; vendorHash = "sha256-eqB5NIJPqlHCXj78h7gnYAgvXgRu7nPaXdAPVLzdOUw=";