Compare commits

..

2 Commits

Author SHA1 Message Date
nix-update bot
d2ec6a0474 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
2026-02-17 03:18:11 +01:00
nix-update bot
f69dd15474 chore: update opencode flake input to 1.2.6 2026-02-17 03:17:38 +01:00
3 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
]
},
"locked": {
"lastModified": 1771181392,
"narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=",
"lastModified": 1771271829,
"narHash": "sha256-43vPMyO7DsAgKrh0Wmt7jLDYCWUsaj30nBITreyYgX8=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "62a24c2ddaf56c4234898269b1951ab11483f57a",
"rev": "d8c25bfeb44771cc3a3ba17bf8de6ad2add9de2c",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.2.5",
"ref": "v1.2.6",
"repo": "opencode",
"type": "github"
}

View File

@@ -7,7 +7,7 @@
# opencode needs newer bun from master
opencode = {
url = "github:anomalyco/opencode/v1.2.5";
url = "github:anomalyco/opencode/v1.2.6";
inputs.nixpkgs.follows = "nixpkgs-master";
};
};

View File

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