meteor: 1.4.2.3 -> 1.5 (#28905)

This commit is contained in:
Gabriel Adomnicai
2017-09-13 19:35:36 +00:00
committed by Joachim F
parent 4ffa9ace43
commit 49eb1664d8
2 changed files with 15 additions and 9 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
let
bootstrap = fetchurl {
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.3/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "1x5dp8y731qai882ghy3337844lc686r15a4dd9wjx2zvy7wmwhz";
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.5/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "0cwwqv88h1ji7g4zmfz34xsrxkn640wr11ddjq5c6b9ygcljci3p";
};
in
stdenv.mkDerivation rec {
name = "meteor-${version}";
version = "1.4.2.3";
version = "1.5";
dontStrip = true;