From 2bf115f5042cd0f72f9a2a49b12fe2a81cacfa38 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 11 Feb 2022 14:58:18 -0800 Subject: [PATCH] elixir: 1.13.2 -> 1.13.3 (#159254) --- pkgs/development/interpreters/elixir/1.13.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/elixir/1.13.nix b/pkgs/development/interpreters/elixir/1.13.nix index e5eb36e752ad..0e1ddcc19bf0 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.2"; - sha256 = "sha256-qv85aDP3RPCa1YBo45ykWRRZNanL6brNKDMPu9SZdbQ="; + version = "1.13.3"; + sha256 = "sha256-xOIGMpjemPi1xLiYmFpQR4FD6PzeFBxSJP4QpNnEUSE="; minimumOTPVersion = "22"; }