zed: 1.0.0 -> 1.1.0

This commit is contained in:
Domen Kožar 2015-05-21 21:13:31 +02:00
parent a65bba1e27
commit 43a150c05a
2 changed files with 862 additions and 580 deletions

View File

@ -3,7 +3,7 @@
let let
name = "zed-${version}"; name = "zed-${version}";
version = "1.0.0"; version = "1.1.0";
# When upgrading node.nix / node packages: # When upgrading node.nix / node packages:
# fetch package.json from Zed's repository # fetch package.json from Zed's repository
@ -31,7 +31,7 @@ let
src = fetchgit { src = fetchgit {
url = "git://github.com/zedapp/zed"; url = "git://github.com/zedapp/zed";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "1kdvj9mvdwm4cswqw6nn9j6kgqvs4d7vycpsmmfha9a2rkryw9zh"; sha256 = "1zvlngv73h968jd2m42ylr9vfhf35n80wzy616cv2ic7gmr1fl9p";
}; };
buildInputs = [ makeWrapper zip ]; buildInputs = [ makeWrapper zip ];

File diff suppressed because it is too large Load Diff