meteor: 1.4.2.1 -> 1.4.2.3
This commit is contained in:
parent
15ea9bcfee
commit
4a80a97ca9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user