chore(nix): Update version to 0.37.0 in default.nix (GH#749)
Version was stuck at 0.30.7. The vendorHash may need updating too - if build fails with hash mismatch, use the "got:" value from the error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,14 +1,14 @@
|
|||||||
{ pkgs, self }:
|
{ pkgs, self }:
|
||||||
pkgs.buildGoModule {
|
pkgs.buildGoModule {
|
||||||
pname = "beads";
|
pname = "beads";
|
||||||
version = "0.30.7";
|
version = "0.37.0";
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
# Point to the main Go package
|
# Point to the main Go package
|
||||||
subPackages = [ "cmd/bd" ];
|
subPackages = [ "cmd/bd" ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
# Go module dependencies hash (computed via nix build)
|
# Go module dependencies hash - if build fails with hash mismatch, update with the "got:" value
|
||||||
vendorHash = "sha256-Brzb6HZHYtF8LTkP3uQ21GG72c5ekzSkQ2EdrqkdeO0=";
|
vendorHash = "sha256-Brzb6HZHYtF8LTkP3uQ21GG72c5ekzSkQ2EdrqkdeO0=";
|
||||||
|
|
||||||
# Git is required for tests
|
# Git is required for tests
|
||||||
|
|||||||
Reference in New Issue
Block a user