forked from mirrors/nixpkgs
meteor: 1.4.2.1 -> 1.4.2.3
This commit is contained in:
parent
15ea9bcfee
commit
4a80a97ca9
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
bootstrap = fetchurl {
|
bootstrap = fetchurl {
|
||||||
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.1/meteor-bootstrap-os.linux.x86_64.tar.gz";
|
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.3/meteor-bootstrap-os.linux.x86_64.tar.gz";
|
||||||
sha256 = "094byqsrj8g0arn4xsdjvcpa0m0k6xm2jjadppl326n4gsr946xd";
|
sha256 = "1x5dp8y731qai882ghy3337844lc686r15a4dd9wjx2zvy7wmwhz";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "meteor-${version}";
|
name = "meteor-${version}";
|
||||||
version = "1.4.2.1";
|
version = "1.4.2.3";
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue