simple-web-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3e9d8a750032c40e26bfa1c91925311c251944fb
parent f1647057e14243a9e3d5b0e0151fd2ec6ee92842
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sun,  7 Jun 2026 19:30:00 +0200

chore: upgrade trailbase from v0.23.0 to v0.28.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mtrailbase.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/trailbase.nix b/trailbase.nix @@ -11,7 +11,7 @@ let platformInfo = { "x86_64-linux" = { arch = "x86_64_linux"; - sha256 = "sha256-cHm3gDDiitJgd8QFenbfAOfEF5ynGjBrSQxWm0qs4wc="; + sha256 = "sha256-VOAYXtXdLlwrSJOi7g4pb8lLK5Atgz/ZxvRFt1qO9JA="; }; "aarch64-linux" = { arch = "arm64_linux"; @@ -31,7 +31,7 @@ let in stdenv.mkDerivation rec { pname = "trailbase"; - version = "0.23.0"; + version = "0.28.3"; src = fetchzip { url = "https://github.com/trailbaseio/trailbase/releases/download/v${version}/trailbase_v${version}_${platform.arch}.zip";