Skip to content

Commit

Permalink
chore: bump elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Apr 1, 2024
1 parent ba37b31 commit 5ab62a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
in
(pkgs.beam.packagesWith erlang).extend (final: prev: {
elixir_1_17 = prev.elixir_1_16.override {
rev = "514615d0347cb9bb513faa44ae1e36406979e516";
rev = "e3b6a91b173f7e836401a6a75c3906c26bd7fd39";
# You can discover this using Trust On First Use by filling in `lib.fakeHash`
sha256 = "sha256-lEnDgHi1sRg+3/JTnQJVo1qqSi0X2cNN4i9i9M95B2A=";
sha256 = "sha256-RK0aMW7pz7kQtK9XXN1wVCBxKOJKdQD7I/53V8rWD04=";
version = "1.17.0-dev";
};

Expand All @@ -57,4 +57,3 @@
};
};
}

0 comments on commit 5ab62a2

Please sign in to comment.