3
0
Fork 0
forked from mirrors/nixpkgs

elixir_1_9: 1.9.1 -> 1.9.2

This commit is contained in:
cw 2019-10-14 08:35:24 +02:00 committed by Jon
parent 622b23cfda
commit 768215a1f4

View file

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.9.1";
sha256 = "106s2a3dykc5iwfrd5icqd737yfzaz1dw4x5v1j5z2fvf46h96dx";
version = "1.9.2";
sha256 = "19yn6nx6r627f5zbyc7ckgr96d6b45sgwx95n2gp2imqwqvpj8wc";
minimumOTPVersion = "20";
}