diff --git a/default.nix b/default.nix index 05c2acd3..10841529 100644 --- a/default.nix +++ b/default.nix @@ -1,14 +1,14 @@ { pkgs, self }: pkgs.buildGoModule { pname = "beads"; - version = "0.30.7"; + version = "0.37.0"; src = self; # Point to the main Go package subPackages = [ "cmd/bd" ]; 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="; # Git is required for tests