Compare commits

...

2 Commits

Author SHA1 Message Date
nix-update bot
3e49f81c76 beads: 0.58.0 -> 0.59.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m28s
Diff: https://github.com/steveyegge/beads/compare/v0.58.0...v0.59.0
2026-03-06 03:01:45 +01:00
nix-update bot
2d2c545c10 chore: update flake inputs - opencode(v1.2.18) 2026-03-06 03:00:53 +01:00
3 changed files with 11 additions and 11 deletions

14
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1772717938,
"narHash": "sha256-KIVptg7K6AlRGxEi7IFib/zT3Nq2MzK0iavPdmJxBLs=",
"lastModified": 1772762005,
"narHash": "sha256-6HkhkZej8BCIICk1LGf3ltHelUpGzaOhGwapo/D4I5M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5fab99fdcf78ff3caea11e77c60c42ef0cfa535a",
"rev": "091c3a6f1e87f9be778d7f5d10d16d122671914a",
"type": "github"
},
"original": {
@@ -39,16 +39,16 @@
]
},
"locked": {
"lastModified": 1772636284,
"narHash": "sha256-4I243hvqQjPU09GsIyQu/3Cv+THKFf5QTbC3x0aO83Q=",
"lastModified": 1772737263,
"narHash": "sha256-rU98ShcVapTx+MmeMQJzD18hfxNFkS01hrHwzU8+DZo=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "715b844c2a88810b6178d7a2467c7d36ea8fb764",
"rev": "2c58964a6b343ebb826de601b39b03cbd0622718",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.2.17",
"ref": "v1.2.18",
"repo": "opencode",
"type": "github"
}

View File

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

View File

@@ -11,16 +11,16 @@
}:
buildGoModule (finalAttrs: {
pname = "beads";
version = "0.58.0";
version = "0.59.0";
src = fetchFromGitHub {
owner = "steveyegge";
repo = "beads";
tag = "v${finalAttrs.version}";
hash = "sha256-UxselIcerU590C2hQP/ZsVo+vQf3y4L1AoW+oIBhEs8=";
hash = "sha256-IyO0RWP98NQ8GHVsolhu80FS06aqrZjg0JprDiFdyCk=";
};
vendorHash = "sha256-OL6QGf4xSMpEbmU+41pFdO0Rrs3H162T3pdiW9UfWR0=";
vendorHash = "sha256-ygZPi56fVEHaEShGVGpObFkrLs1DHrM8i2Y4BktMmpA=";
subPackages = ["cmd/bd"];