summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-10 14:52:44 +0000
committerYt <raphael@megzari.com>2022-04-10 13:01:07 -0400
commita47e82e7856bbe1d43991927b5f019d8cde6d200 (patch)
tree2cd4311d9beff683f98d16f7e5f5fc78d314f359
parentde6215485d47f39cbfeb26d1d3e49d073a5054ef (diff)
elixir: 1.13.3 -> 1.13.4
-rw-r--r--pkgs/development/interpreters/elixir/1.13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/elixir/1.13.nix b/pkgs/development/interpreters/elixir/1.13.nix
index 0e1ddcc19bf0..452c3c5413ec 100644
--- a/pkgs/development/interpreters/elixir/1.13.nix
+++ b/pkgs/development/interpreters/elixir/1.13.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.13.3";
-  sha256 = "sha256-xOIGMpjemPi1xLiYmFpQR4FD6PzeFBxSJP4QpNnEUSE=";
+  version = "1.13.4";
+  sha256 = "sha256-xGKq62wzaIfgZN2j808fL3b8ykizQVPuePWzsy2HKfw=";
   minimumOTPVersion = "22";
 }