Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

meteor: 1.8.1 -> 1.8.2

authored by

Kyle Sferrazza and committed by
Lassulus
262e79e3 83b7156f

+2 -2
+2 -2
pkgs/servers/meteor/default.nix
··· 1 1 { stdenv, lib, fetchurl, zlib, patchelf, runtimeShell }: 2 2 3 3 let 4 - version = "1.8.1"; 4 + version = "1.8.2"; 5 5 in 6 6 7 7 stdenv.mkDerivation { ··· 9 9 pname = "meteor"; 10 10 src = fetchurl { 11 11 url = "https://static-meteor.netdna-ssl.com/packages-bootstrap/${version}/meteor-bootstrap-os.linux.x86_64.tar.gz"; 12 - sha256 = "1ql58j2d1pqhzpj7c9a6zrpmxxfmlgx743q7lw7g35vz2mpq34c6"; 12 + sha256 = "1pydmwx1yjbw54qfq7ndw2l3i3v302bvasvf71x4y9572r2p99mp"; 13 13 }; 14 14 15 15 #dontStrip = true;