zed: 1.0.0 -> 1.1.0
This commit is contained in:
parent
a65bba1e27
commit
43a150c05a
|
@ -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
Loading…
Reference in New Issue