nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

meteor: 1.10.1 -> 1.10.2

authored by

sternenseemann and committed by
Jon
aa35d565 d0ef94bf

+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.10.1"; 4 + version = "1.10.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 = "1xck7pi7rhkgssic7adbg1slypjjkqxa18wlf3jffbgj0zzr87nx"; 12 + sha256 = "17s1n92nznasaaprvxg289a1fcizq2nj51xqw7akgw5f77q19vmw"; 13 13 }; 14 14 15 15 #dontStrip = true;