From 6b73d52cd36ddecee239e32dee516475a13dd953 Mon Sep 17 00:00:00 2001 From: Thomas Dziedzic Date: Sun, 25 Aug 2024 08:09:07 -0500 Subject: [PATCH] use elixir 1.16.3 instead --- devbox.json | 12 ++++-------- devbox.lock | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/devbox.json b/devbox.json index 1e9a2004..fb3515eb 100644 --- a/devbox.json +++ b/devbox.json @@ -1,14 +1,10 @@ { - "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", - "packages": ["elixir@1.15.7"], + "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", + "packages": ["elixir@1.16.3"], "shell": { - "init_hook": [ - "echo 'Welcome to devbox!' > /dev/null" - ], + "init_hook": ["echo 'Welcome to devbox!' > /dev/null"], "scripts": { - "test": [ - "echo \"Error: no test specified\" && exit 1" - ] + "test": ["echo \"Error: no test specified\" && exit 1"] } } } diff --git a/devbox.lock b/devbox.lock index c257d559..0300faf9 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1,51 +1,51 @@ { "lockfile_version": "1", "packages": { - "elixir@1.15.7": { - "last_modified": "2024-03-23T13:32:18Z", - "resolved": "github:NixOS/nixpkgs/20bc93ca7b2158ebc99b8cef987a2173a81cde35#elixir", + "elixir@1.16.3": { + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#elixir", "source": "devbox-search", - "version": "1.15.7", + "version": "1.16.3", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/f2rm6pv5fciv9bb3vzq39yn5dzh8q05r-elixir-1.15.7", + "path": "/nix/store/ghlw3rpzmj8bxc18wyahs50gyvpnkdzj-elixir-1.16.3", "default": true } ], - "store_path": "/nix/store/f2rm6pv5fciv9bb3vzq39yn5dzh8q05r-elixir-1.15.7" + "store_path": "/nix/store/ghlw3rpzmj8bxc18wyahs50gyvpnkdzj-elixir-1.16.3" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/wkxcwxjxdz0lysd3yan1g9v1lc3f5q7z-elixir-1.15.7", + "path": "/nix/store/p5g1if1midansszw4raiax21xk6vnivy-elixir-1.16.3", "default": true } ], - "store_path": "/nix/store/wkxcwxjxdz0lysd3yan1g9v1lc3f5q7z-elixir-1.15.7" + "store_path": "/nix/store/p5g1if1midansszw4raiax21xk6vnivy-elixir-1.16.3" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ab2lfw3b8shzz1kgb8zcw8j5qx139qkb-elixir-1.15.7", + "path": "/nix/store/h742v6c6gv8iafpqx84gyyxgw3r0f68v-elixir-1.16.3", "default": true } ], - "store_path": "/nix/store/ab2lfw3b8shzz1kgb8zcw8j5qx139qkb-elixir-1.15.7" + "store_path": "/nix/store/h742v6c6gv8iafpqx84gyyxgw3r0f68v-elixir-1.16.3" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/3ln5fzzdzczcyklibsp6jlffxzz00ng8-elixir-1.15.7", + "path": "/nix/store/mxr48y86anc2p6lgvfd9l0qq1d4csz2h-elixir-1.16.3", "default": true } ], - "store_path": "/nix/store/3ln5fzzdzczcyklibsp6jlffxzz00ng8-elixir-1.15.7" + "store_path": "/nix/store/mxr48y86anc2p6lgvfd9l0qq1d4csz2h-elixir-1.16.3" } } }