Compare commits

...

3 Commits

Author SHA1 Message Date
nix-update bot
6ebd7b94d5 td: 0.34.0 -> 0.36.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 30m36s
Diff: https://github.com/marcus/td/compare/v0.34.0...v0.36.0
2026-02-15 03:18:42 +01:00
nix-update bot
22bfba739d sidecar: 0.71.1 -> 0.72.0
Diff: https://github.com/marcus/sidecar/compare/v0.71.1...v0.72.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.72.0
2026-02-15 03:18:28 +01:00
nix-update bot
9d27e48b2b chore: update opencode flake input to 1.2.4 2026-02-15 03:17:54 +01:00
4 changed files with 10 additions and 10 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
]
},
"locked": {
"lastModified": 1771051187,
"narHash": "sha256-/D0tn09kC1AClJI3uFzMMWBvVWMYvvw52YrRD+dw0D4=",
"lastModified": 1771120533,
"narHash": "sha256-FA9RRo4wH+FHXWIm3hm0oPouQ+VKral+Mqbk4g3dPfo=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "cd775a2862cf9ed1d5aaf26fdee0e814ce28936b",
"rev": "d1482e148399bfaf808674549199f5f4aa69a22d",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.2.1",
"ref": "v1.2.4",
"repo": "opencode",
"type": "github"
}

View File

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

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.71.1";
version = "0.72.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-LqpqNQ56tKXqEKbUrMxBkiGOzklGaqx8SCTEGIwE43k=";
hash = "sha256-WnkKE8BQ9kENe1ufNcvRB5oyz6eMFRwOsrL1paD0Iic=";
};
vendorHash = "sha256-R/AjNJ4x4t1zXXzT+21cjY+9pxs4DVXU4xs88BQvHx4=";
vendorHash = "sha256-E9SFghqsVxJO+fVoGWk36Qq+J64GVqUeAo66yPT1E/E=";
subPackages = ["cmd/sidecar"];

View File

@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.34.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-VwVg+b8nhGbv2RgxDOUOSwFCIZyhA/Wt3lT9NUzw6aU=";
hash = "sha256-r8jOoLkQrKvnItmTzKd/zd1xrT+xiSWGkpHUpeX9nyo=";
};
vendorHash = "sha256-Rp0lhnBLJx+exX7VLql3RfthTVk3LLftD6n6SsSWzVY=";