Compare commits

..

2 Commits

Author SHA1 Message Date
nix-update bot
7b9fc8f280 beads: 0.57.0 -> 0.58.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m25s
Diff: https://github.com/steveyegge/beads/compare/v0.57.0...v0.58.0
2026-03-03 15:01:17 +01:00
nix-update bot
1fe74b6d7d chore: update flake inputs 2026-03-03 15:00:48 +01:00
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1772502588,
"narHash": "sha256-L7hMgZkYOaYK3RPL7g19meRtqNi+eabQFwuI8iUIfdY=",
"lastModified": 1772545853,
"narHash": "sha256-VLAb3ZjiYqyuZa/FoRfgj2iCKhbGuzdMHoVWCSoL+yk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0c26037b2ad9e409f5194f27b166be80603e093e",
"rev": "51733501ecfb817f4a5c8f6485a1d174c9616bf2",
"type": "github"
},
"original": {

View File

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