elm: pick up some recent minor updates to 0.19.0

(cherry picked from commit 04d8e267b7)
This commit is contained in:
Matt McHenry
2018-09-15 12:24:34 -04:00
committed by Uli Baum
parent 91792592f0
commit 9c4e77d4e1

View File

@@ -11,8 +11,8 @@ mkDerivation {
version = "0.19.0";
src = fetchgit {
url = "https://github.com/elm/compiler";
sha256 = "0s93z9vr0vp5w894ghc5s34nsq09sg1msf59zfiba87sid5vgjqy";
rev = "32059a289d27e303fa1665e9ada0a52eb688f302";
sha256 = "13jks6c6i80z71mjjfg46ri570g5ini0k3xw3857v6z66zcl56x4";
rev = "d5cbc41aac23da463236bbc250933d037da4055a";
};
isLibrary = false;
isExecutable = true;