aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 01:20:36 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 01:20:36 -0700
commit6fe1279fca04dd537aa6e1c6431cf3c65ce2622c (patch)
treec01b2f7395cde68987255515f5c6463e910dae24 /pkgs/development/web
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
now-cli: 15.0.10 -> 15.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/now-cli/versions
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/now-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/now-cli/default.nix b/pkgs/development/web/now-cli/default.nix
index 943fb457f00..025a7e15e29 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 = "15.0.10";
+ version = "15.3.0";
# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
- sha256 = "00w9bniz87jjvizl364hpfssvbl1y1fdzp0732j348x528px2krh";
+ sha256 = "08bymzwx4biyqw3md8pa9q6lbnxlpxicrndp4b1hmhdf9i859w5l";
};
sourceRoot = ".";