Compare commits

...

3 Commits

Author SHA1 Message Date
nix-update bot
10ef69b99f td: 0.42.0 -> 0.42.1
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 5m56s
Diff: https://github.com/marcus/td/compare/v0.42.0...v0.42.1
2026-03-21 15:03:00 +01:00
nix-update bot
ef786fd0b1 sidecar: 0.78.0 -> 0.79.0
Diff: https://github.com/marcus/sidecar/compare/v0.78.0...v0.79.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.79.0
2026-03-21 15:02:34 +01:00
nix-update bot
15fff9fb99 chore: update flake inputs 2026-03-21 15:00:47 +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": 1774053289,
"narHash": "sha256-U+wnCEgsGdRqXfUlt1yZffhLMGbUnkb4MYmisBI+KcU=",
"lastModified": 1774100042,
"narHash": "sha256-pheWSPciFDxos5HX2ofPnfCpYOnaGhGM+cHsddQ2Rq8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "28afc93f3c091ae6cacfba64d8a486fab9c9af07",
"rev": "21c7f0e6b0fe7fe7ca0872f2da461d4c07b8fe7d",
"type": "github"
},
"original": {

View File

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

View File

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