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.12.nix
blob
0ea014e36d70b2bdfcf03f08f8ae20e56a236dbc
1
{ mkDerivation }:
2
3
# How to obtain `sha256`:
4
# nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz
5
mkDerivation {
6
version = "1.12.3";
7
sha256 = "sha256-Jo9ZC5cSBVpjVnGZ8tEIUKOhW9uvJM/h84+VcnrT0R0=";
8
minimumOTPVersion = "22";
9
}