summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir
diff options
context:
space:
mode:
authorcw <789@webuhu.at>2020-04-27 09:20:33 +0200
committerLassulus <github@lassul.us>2020-05-05 20:13:31 +0200
commite50628419327611ddfcd489772b3afcf217a2d58 (patch)
tree1f683450526c1e9a4350c6288c7a87bd6b81ce43 /pkgs/development/interpreters/elixir
parent8085245ffff62760339d27f1892cab9871343fa9 (diff)
downloadnixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar.gz
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar.bz2
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar.lz
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar.xz
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.tar.zst
nixpkgs-e50628419327611ddfcd489772b3afcf217a2d58.zip
elixir_1_10: 1.10.2 -> 1.10.3
Diffstat (limited to 'pkgs/development/interpreters/elixir')
-rw-r--r--pkgs/development/interpreters/elixir/1.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/elixir/1.10.nix b/pkgs/development/interpreters/elixir/1.10.nix
index afab770da35..d63a94d98d6 100644
--- a/pkgs/development/interpreters/elixir/1.10.nix
+++ b/pkgs/development/interpreters/elixir/1.10.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.2";
-  sha256 = "04yi1hljq7ii9flh6pmb5411z7q1bdq9f9sq8323k9hm1f5jwkx6";
+  version = "1.10.3";
+  sha256 = "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a";
   minimumOTPVersion = "21";
 }