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
parent
commit
a41b9c64af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      pkgs/development/interpreters/elixir/1.10.nix
  2. +1
    -1
      pkgs/development/interpreters/elixir/generic-builder.nix

+ 2
- 2
pkgs/development/interpreters/elixir/1.10.nix View File

@@ -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";
}

+ 1
- 1
pkgs/development/interpreters/elixir/generic-builder.nix View File

@@ -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 ];
};
})

Loading…
Cancel
Save