Skip to content

Commit

Permalink
meteor: 1.4.2.1 -> 1.4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and grahamc committed Mar 6, 2017
1 parent 15ea9bc commit 4a80a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/meteor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4a80a97

Please sign in to comment.