From 3197cd5d639da20045a31a7e8fbb476723deeb2c Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sun, 13 Jan 2019 15:24:54 +0100 Subject: now-cli: 12.1.14 -> 13.0.4 --- pkgs/development/web/now-cli/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/web') diff --git a/pkgs/development/web/now-cli/default.nix b/pkgs/development/web/now-cli/default.nix index c82566a17408..d512d5570332 100644 --- a/pkgs/development/web/now-cli/default.nix +++ b/pkgs/development/web/now-cli/default.nix @@ -1,12 +1,12 @@ { stdenv, lib, fetchurl }: stdenv.mkDerivation rec { name = "now-cli-${version}"; - version = "12.1.14"; + version = "13.0.4"; # TODO: switch to building from source, if possible src = fetchurl { url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz"; - sha256 = "1nmwhb75bqlw7166vr2mwv88mhs940a9lhgw257449d5kgxwqfd1"; + sha256 = "0qiykqrdd1yv6n1kzkzp300j32g682rv4p0l39rgnczdaiqcv9w5"; }; sourceRoot = "."; @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { # ^-- grep points here # # var_* are as described above - # shift_by seems to be safe so long as all patchelf adjustments occur + # shift_by seems to be safe so long as all patchelf adjustments occur # before any locations pointed to by hardcoded offsets var_skip=20 @@ -84,4 +84,4 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = [ maintainers.bhall ]; }; -} \ No newline at end of file +} -- cgit 1.4.1