erlangR20: 20.1 -> 20.1.7 (fixes CVE-2017-1000385)

This commit is contained in:
Andreas Rammhold 2017-12-08 10:25:59 +01:00
parent f2f524a31c
commit 175f2e147f
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -1,8 +1,8 @@
{ mkDerivation, fetchurl }:
mkDerivation rec {
version = "20.1";
sha256 = "13f53lzgq2himg9kax41f66rzv5pjfrb1ln8b54yv9spkqx2hqqi";
version = "20.1.7";
sha256 = "0sbxl10d76bm7awxb9s07l9815jiwfg78bps07xj2ircxdr08pls";
prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'