Compare commits

..

3 Commits

Author SHA1 Message Date
nix-update bot
c7935658e6 td: 0.36.0 -> 0.37.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 18m53s
Diff: https://github.com/marcus/td/compare/v0.36.0...v0.37.0
2026-02-16 03:29:20 +01:00
nix-update bot
af56407296 sidecar: 0.72.0 -> 0.73.1
Diff: https://github.com/marcus/sidecar/compare/v0.72.0...v0.73.1

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.73.1
2026-02-16 03:29:06 +01:00
nix-update bot
51dd2be6ea chore: update opencode flake input to 1.2.5 2026-02-16 03:28:33 +01:00
4 changed files with 11 additions and 11 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771120533, "lastModified": 1771181392,
"narHash": "sha256-FA9RRo4wH+FHXWIm3hm0oPouQ+VKral+Mqbk4g3dPfo=", "narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "d1482e148399bfaf808674549199f5f4aa69a22d", "rev": "62a24c2ddaf56c4234898269b1951ab11483f57a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.4", "ref": "v1.2.5",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

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

View File

@@ -13,16 +13,16 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "sidecar"; pname = "sidecar";
version = "0.72.0"; version = "0.73.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marcus"; owner = "marcus";
repo = "sidecar"; repo = "sidecar";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-WnkKE8BQ9kENe1ufNcvRB5oyz6eMFRwOsrL1paD0Iic="; hash = "sha256-vW+cVSdP1BEH/av5qqfeFPywKuqI9QC5x4rXhu+OO74=";
}; };
vendorHash = "sha256-E9SFghqsVxJO+fVoGWk36Qq+J64GVqUeAo66yPT1E/E="; vendorHash = "sha256-eqB5NIJPqlHCXj78h7gnYAgvXgRu7nPaXdAPVLzdOUw=";
subPackages = ["cmd/sidecar"]; subPackages = ["cmd/sidecar"];

View File

@@ -9,16 +9,16 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "td"; pname = "td";
version = "0.36.0"; version = "0.37.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marcus"; owner = "marcus";
repo = "td"; repo = "td";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-r8jOoLkQrKvnItmTzKd/zd1xrT+xiSWGkpHUpeX9nyo="; hash = "sha256-lantT8ArHdSHNt3MjX+CKWNVmf7dm2fFdZMmYjlrTx8=";
}; };
vendorHash = "sha256-Rp0lhnBLJx+exX7VLql3RfthTVk3LLftD6n6SsSWzVY="; vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";
ldflags = [ ldflags = [
"-s" "-s"