From 86bd1329044d8a9266a6c58aa0730eaded7f6740 Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Tue, 7 Jan 2025 15:27:20 -0500 Subject: [PATCH] fix: update bun version in devbox lockfile --- devbox.lock | 72 +++++++++------------------------------------------- package.json | 2 +- 2 files changed, 13 insertions(+), 61 deletions(-) diff --git a/devbox.lock b/devbox.lock index 685998b..10b0e10 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1,51 +1,51 @@ { "lockfile_version": "1", "packages": { - "go@latest": { - "last_modified": "2024-12-23T21:10:33Z", - "resolved": "github:NixOS/nixpkgs/de1864217bfa9b5845f465e771e0ecb48b30e02d#go", + "bun@latest": { + "last_modified": "2024-12-26T01:25:00Z", + "resolved": "github:NixOS/nixpkgs/16e046229f3b4f53257973a5532bcbb72457d2f2#bun", "source": "devbox-search", - "version": "1.23.4", + "version": "1.1.42", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/bva4mymi5b2lhvvbccx8ipws89rar1d8-go-1.23.4", + "path": "/nix/store/5c73vw31nbji92hggrgjnfi33wzhbxk3-bun-1.1.42", "default": true } ], - "store_path": "/nix/store/bva4mymi5b2lhvvbccx8ipws89rar1d8-go-1.23.4" + "store_path": "/nix/store/5c73vw31nbji92hggrgjnfi33wzhbxk3-bun-1.1.42" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/9lvi0l2yf6bwamsjs5d5n9i57c6kbd2c-go-1.23.4", + "path": "/nix/store/shm69afh0zrm5r0gkpkj9l0z8l6vkpmr-bun-1.1.42", "default": true } ], - "store_path": "/nix/store/9lvi0l2yf6bwamsjs5d5n9i57c6kbd2c-go-1.23.4" + "store_path": "/nix/store/shm69afh0zrm5r0gkpkj9l0z8l6vkpmr-bun-1.1.42" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/sf1y7x29wvp9lppx5ya9h5b42fcmxb32-go-1.23.4", + "path": "/nix/store/70nzsdr814rka1b3qaxz8b4hfk8r6wi9-bun-1.1.42", "default": true } ], - "store_path": "/nix/store/sf1y7x29wvp9lppx5ya9h5b42fcmxb32-go-1.23.4" + "store_path": "/nix/store/70nzsdr814rka1b3qaxz8b4hfk8r6wi9-bun-1.1.42" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/jfv85qbj4vb1dafcg6kncg4vrbq2bbxv-go-1.23.4", + "path": "/nix/store/ws04zldxbkg26d4qkwyr4km1zd26mach-bun-1.1.42", "default": true } ], - "store_path": "/nix/store/jfv85qbj4vb1dafcg6kncg4vrbq2bbxv-go-1.23.4" + "store_path": "/nix/store/ws04zldxbkg26d4qkwyr4km1zd26mach-bun-1.1.42" } } }, @@ -96,54 +96,6 @@ "store_path": "/nix/store/8hd8pqjprqniahibmn6mrczfhb9b25ij-pnpm-9.15.2" } } - }, - "templ@latest": { - "last_modified": "2025-01-03T14:51:55Z", - "resolved": "github:NixOS/nixpkgs/a27871180d30ebee8aa6b11bf7fef8a52f024733#templ", - "source": "devbox-search", - "version": "0.3.819", - "systems": { - "aarch64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/hwkhhn6fx6spw1h7ghxd93sw83vikvnb-templ-0.3.819", - "default": true - } - ], - "store_path": "/nix/store/hwkhhn6fx6spw1h7ghxd93sw83vikvnb-templ-0.3.819" - }, - "aarch64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/mb0y37yzgw6l345ngf0rj20f1f1rna6b-templ-0.3.819", - "default": true - } - ], - "store_path": "/nix/store/mb0y37yzgw6l345ngf0rj20f1f1rna6b-templ-0.3.819" - }, - "x86_64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/gnmnyd0mk6k19xmgb9lr38lsz3i4pgrj-templ-0.3.819", - "default": true - } - ], - "store_path": "/nix/store/gnmnyd0mk6k19xmgb9lr38lsz3i4pgrj-templ-0.3.819" - }, - "x86_64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/ch8xyh30919rv9l3h5w6kvdhq1hl1fr6-templ-0.3.819", - "default": true - } - ], - "store_path": "/nix/store/ch8xyh30919rv9l3h5w6kvdhq1hl1fr6-templ-0.3.819" - } - } } } } diff --git a/package.json b/package.json index 1851089..69e4425 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onsonr/nebula", "description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.", - "version": "0.0.10", + "version": "0.0.11", "homepage": "https://nebulaui.org", "author": "Prad ", "license": "MIT",