Compare commits

...

3 Commits

Author SHA1 Message Date
nix-update bot
f084f3a4f5 td: 0.42.1 -> 0.42.2
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m35s
Diff: https://github.com/marcus/td/compare/v0.42.1...v0.42.2
2026-03-22 03:02:59 +01:00
nix-update bot
d1b7cd99e2 sidecar: 0.79.0 -> 0.80.0
Diff: https://github.com/marcus/sidecar/compare/v0.79.0...v0.80.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.80.0
2026-03-22 03:02:32 +01:00
nix-update bot
6b04156750 chore: update flake inputs 2026-03-22 03:00:46 +01:00
3 changed files with 8 additions and 8 deletions

6
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1774100042,
"narHash": "sha256-pheWSPciFDxos5HX2ofPnfCpYOnaGhGM+cHsddQ2Rq8=",
"lastModified": 1774143323,
"narHash": "sha256-i6duo/80NQnAo0la1V5se5DlwBPUlDWMk0J9jmoXpHI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "21c7f0e6b0fe7fe7ca0872f2da461d4c07b8fe7d",
"rev": "69804fe56d505bdcfcd3f2bb9661bebcb2a1d5ec",
"type": "github"
},
"original": {

View File

@@ -13,16 +13,16 @@
}:
buildGoModule (finalAttrs: {
pname = "sidecar";
version = "0.79.0";
version = "0.80.0";
src = fetchFromGitHub {
owner = "marcus";
repo = "sidecar";
tag = "v${finalAttrs.version}";
hash = "sha256-dRdm/61A9JdQc29M5HSIPoMTAK5C/OOROBbzkob8vn0=";
hash = "sha256-yQqEFLl94Vs/gcEDYcSiYFlQdbVRk4wpawsmLCkGmS4=";
};
vendorHash = "sha256-2yy5UXlkPnr5BmSeE5ZmOU5K+bsDo1DwvpBFoeXfts4=";
vendorHash = "sha256-aeE8mfn+UrKs//Wf3Oy6FdTXnxf6IiRpxmilMHy9l1Y=";
subPackages = ["cmd/sidecar"];

View File

@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "td";
version = "0.42.1";
version = "0.42.2";
src = fetchFromGitHub {
owner = "marcus";
repo = "td";
tag = "v${finalAttrs.version}";
hash = "sha256-+C+RDYTasrhghQAm+7iau3WNihal9hK0kTbnr9wz9Eg=";
hash = "sha256-WgXQt6lqzmPrteb535JZc1x+7z8MkW7EZNV7Wd343PM=";
};
vendorHash = "sha256-8mOebFPbf7+hCpn9hUrE0IGu6deEPSujr+yHqrzYEec=";