Compare commits

...

3 Commits

Author SHA1 Message Date
nix-update bot
39931b3eab td: 0.42.2 -> 0.43.0
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 7m40s
Diff: https://github.com/marcus/td/compare/v0.42.2...v0.43.0
2026-03-24 15:07:04 +01:00
nix-update bot
151dde22f6 sidecar: 0.80.0 -> 0.83.0
Diff: https://github.com/marcus/sidecar/compare/v0.80.0...v0.83.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.83.0
2026-03-24 15:06:36 +01:00
nix-update bot
db57ddae1f chore: update flake inputs 2026-03-24 15:01:03 +01:00
3 changed files with 9 additions and 9 deletions

6
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1774316352,
"narHash": "sha256-pLVGhOhcBJz5inHtvHP1hBwiavdhIo+uhWN61f28YpE=",
"lastModified": 1774359777,
"narHash": "sha256-O1rLshVxPjevFoLsmxH9MFfuKOs0o5R6RKgDQdEPhc4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f3fac38a699a15705a6ed5883dd4f75ab60ad842",
"rev": "4dadc5203f16ccff702e755fb59175a972604ac5",
"type": "github"
},
"original": {

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.80.0";
version = "0.83.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-yQqEFLl94Vs/gcEDYcSiYFlQdbVRk4wpawsmLCkGmS4=";
hash = "sha256-L6q2eZO1rNngWwHVhBJ2ftVbvYTConpqYHEb3nwiXxs=";
};
vendorHash = "sha256-aeE8mfn+UrKs//Wf3Oy6FdTXnxf6IiRpxmilMHy9l1Y=";
vendorHash = "sha256-fIaHzc0L4jwVSh/YjrXBB7nENqCgOfHF5bnljFsGbVo=";
subPackages = ["cmd/sidecar"];

View File

@@ -9,16 +9,16 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.42.2";
version = "0.43.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-WgXQt6lqzmPrteb535JZc1x+7z8MkW7EZNV7Wd343PM=";
hash = "sha256-DwzuXumEEQWfZW+GbbY9kyqkEFZQ9sC+sSbVxfrY6bM=";
};
vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";
vendorHash = "sha256-hFFG+vLXcL2NNdLQvQZ1hzu++pp5AkbFOPQS10wtsec=";
ldflags = [
"-s"