repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git]
/
pkgs
/
development
/
interpreters
/
elixir
/
1.14.nix
blob
1b20938a6108ca4fef0e0f7ed03cf2f80f33fd4c
1
{ mkDerivation }:
2
3
mkDerivation {
4
version = "1.14.5";
5
sha256 = "sha256-bCCTjFT+FG1hz+0H6k/izbCmi0JgO3Kkqc3LWWCs5Po=";
6
# https://hexdocs.pm/elixir/1.14.5/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
7
minimumOTPVersion = "23";
8
}