We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 76a01ad commit c67d4aaCopy full SHA for c67d4aa
pkgs/development/interpreters/elixir/1.6.nix
@@ -1,7 +1,7 @@
1
{ mkDerivation }:
2
3
mkDerivation rec {
4
- version = "1.6.0";
5
- sha256 = "0wfmbrq70n85mx17kl9h2k0xzgnhncz3xygjx9cbvpmiwwdzgrdx";
+ version = "1.6.2";
+ sha256 = "18f5afmvra78y0x73bfnwbddlyqfndyaj1h8n1ybj32w4nvy96y7";
6
minimumOTPVersion = "18";
7
}
0 commit comments