File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ KERL_BUILD_DOCS = "yes"
3
3
4
4
[tools ]
5
5
erlang = " 26.2.2"
6
- elixir = " ref:52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9 "
6
+ elixir = " ref:514615d0347cb9bb513faa44ae1e36406979e516 "
7
7
zig = " 0.11.0"
Original file line number Diff line number Diff line change 1
1
erlang 26.2.2
2
- elixir ref:52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9
2
+ elixir ref:514615d0347cb9bb513faa44ae1e36406979e516
Original file line number Diff line number Diff line change 26
26
musl = lib . optionals nixpkgs . legacyPackages . ${ system } . stdenv . isLinux ( builtins . fetchurl ( nixpkgs . lib . attrsets . getAttrs [ "url" "sha256" ] musls . ${ system } ) ) ;
27
27
otp = ( pkgs . beam . packagesWith beamPackages . erlang ) . extend ( final : prev : {
28
28
elixir_1_17 = prev . elixir_1_16 . override {
29
- rev = "52eaf1456182d5d6cce22a4f5c3f6ec9f4dcbfd9 " ;
29
+ rev = "514615d0347cb9bb513faa44ae1e36406979e516 " ;
30
30
# You can discover this using Trust On First Use by filling in `lib.fakeHash`
31
- sha256 = "sha256-fOsV+jVIzsa38hQDvAjhUqee36nt8kG6AOpOQJnSZ74 =" ;
31
+ sha256 = "sha256-lEnDgHi1sRg+3/JTnQJVo1qqSi0X2cNN4i9i9M95B2A =" ;
32
32
version = "1.17.0-dev" ;
33
33
} ;
34
34
You can’t perform that action at this time.
0 commit comments