meteor: 1.4.2.1 -> 1.4.2.3

This commit is contained in:
Wei Tang 2017-02-05 18:15:40 +08:00 committed by Graham Christensen
parent 15ea9bcfee
commit 4a80a97ca9
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -2,14 +2,14 @@
let
bootstrap = fetchurl {
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.1/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "094byqsrj8g0arn4xsdjvcpa0m0k6xm2jjadppl326n4gsr946xd";
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.3/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "1x5dp8y731qai882ghy3337844lc686r15a4dd9wjx2zvy7wmwhz";
};
in
stdenv.mkDerivation rec {
name = "meteor-${version}";
version = "1.4.2.1";
version = "1.4.2.3";
dontStrip = true;