nix-update bot
2026-02-20 09:03:38 +01:00
parent 06a40240ea
commit 34dda52d53

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.74.0";
version = "0.74.1";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-+7Qa5/WcF3Apk4f35l8/UgIJf407okch/S4wBj5OfRc=";
hash = "sha256-kR75cLe8ZYcsG/tGunKf91l4E2g1MKEGcCfQNVyqk5I=";
};
vendorHash = "sha256-eqB5NIJPqlHCXj78h7gnYAgvXgRu7nPaXdAPVLzdOUw=";
vendorHash = "sha256-EwgUInjo7zpRX/Lc0dCsiBrNxW8Ki9QxAKBA6dvjX3M=";
subPackages = ["cmd/sidecar"];