Skip to content

Commit

Permalink
chore: update elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Mar 9, 2024
1 parent 165a03c commit 4abdd29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ KERL_BUILD_DOCS = "yes"

[tools]
erlang = "26.2.2"
elixir = "ref:52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9"
elixir = "ref:514615d0347cb9bb513faa44ae1e36406979e516"
zig = "0.11.0"
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.2
elixir ref:52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9
elixir ref:514615d0347cb9bb513faa44ae1e36406979e516
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
musl = lib.optionals nixpkgs.legacyPackages.${system}.stdenv.isLinux (builtins.fetchurl (nixpkgs.lib.attrsets.getAttrs ["url" "sha256"] musls.${system}));
otp = (pkgs.beam.packagesWith beamPackages.erlang).extend (final: prev: {
elixir_1_17 = prev.elixir_1_16.override {
rev = "52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9";
rev = "514615d0347cb9bb513faa44ae1e36406979e516";
# You can discover this using Trust On First Use by filling in `lib.fakeHash`
sha256 = "sha256-fOsV+jVIzsa38hQDvAjhUqee36nt8kG6AOpOQJnSZ74=";
sha256 = "sha256-lEnDgHi1sRg+3/JTnQJVo1qqSi0X2cNN4i9i9M95B2A=";
version = "1.17.0-dev";
};

Expand Down

0 comments on commit 4abdd29

Please sign in to comment.