elixir: 1.13.2 -> 1.13.3 (#159254)

This commit is contained in:
R. RyanTM 2022-02-11 14:58:18 -08:00 committed by GitHub
parent 7227043bde
commit 2bf115f504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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