mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:47:38 +00:00
meteor: 1.9.3 -> 1.10.1
This commit is contained in:
parent
e5840049e1
commit
abdeb15baf
@ -1,7 +1,7 @@
|
||||
{ stdenv, lib, fetchurl, zlib, patchelf, runtimeShell }:
|
||||
|
||||
let
|
||||
version = "1.9.3";
|
||||
version = "1.10.1";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
pname = "meteor";
|
||||
src = fetchurl {
|
||||
url = "https://static-meteor.netdna-ssl.com/packages-bootstrap/${version}/meteor-bootstrap-os.linux.x86_64.tar.gz";
|
||||
sha256 = "1njp2db939w3ah5k943bkgm62k969fj47qwmlzvhmmg87xwnq3fb";
|
||||
sha256 = "1xck7pi7rhkgssic7adbg1slypjjkqxa18wlf3jffbgj0zzr87nx";
|
||||
};
|
||||
|
||||
#dontStrip = true;
|
||||
|
Loading…
Reference in New Issue
Block a user