zed: build from source, ditch the installer, upgrade node-webkit

This commit is contained in:
Matej Cotman
2014-07-27 08:23:11 +02:00
committed by Jaka Hudoklin
parent 95bbfc957f
commit b1ba1689bd
3 changed files with 687 additions and 25 deletions

View File

@@ -16,13 +16,13 @@ let
in stdenv.mkDerivation rec {
name = "node-webkit-${version}";
version = "0.8.4";
version = "0.9.2";
src = fetchurl {
url = "https://s3.amazonaws.com/node-webkit/v${version}/node-webkit-v${version}-linux-${bits}.tar.gz";
sha256 = if bits == "x64" then
"91229edfb03349306c5ce101fdab2de55f7473cc7c36367e9611a0527d2ef591" else
"12axppynangh0q72swzqcmz2blncgm2dw9n489313ybnp2p42hnp";
"04b9hgrxxnvrzyc7kmlabvrfbzj9d6lif7z69zgsbn3x25nxxd2n" else
"0icwdl564sbx27124js1l4whfld0n6nbysdd522frzk1759dzgri";
};
patchPhase = ''