Browse Source
Merge pull request #79717 from filalex77/elixir-1.10.1
elixir_1_10: 1.10.0 -> 1.10.1
wip-nanopi-m4v2
worldofpeace
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
pkgs/development/interpreters/elixir/1.10.nix
-
pkgs/development/interpreters/elixir/generic-builder.nix
|
|
|
@@ -3,7 +3,7 @@ |
|
|
|
# How to obtain `sha256`: |
|
|
|
# nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz |
|
|
|
mkDerivation { |
|
|
|
version = "1.10.0"; |
|
|
|
sha256 = "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv"; |
|
|
|
version = "1.10.1"; |
|
|
|
sha256 = "07iccn90yp11ms58mwkwd9ixd9vma0025l9zm6l7y0jjzrj3vycy"; |
|
|
|
minimumOTPVersion = "21"; |
|
|
|
} |
|
|
|
@@ -73,6 +73,6 @@ in |
|
|
|
|
|
|
|
license = licenses.epl10; |
|
|
|
platforms = platforms.unix; |
|
|
|
maintainers = with maintainers; [ the-kenny havvy couchemar ankhers ]; |
|
|
|
maintainers = with maintainers; [ the-kenny havvy couchemar ankhers filalex77 ]; |
|
|
|
}; |
|
|
|
}) |