Skip to content

Commit

Permalink
Merge pull request NixOS#57334 from r-ryantm/auto-update/now-cli
Browse files Browse the repository at this point in the history
now-cli: 13.1.2 -> 14.0.3
  • Loading branch information
ryantm authored Mar 19, 2019
2 parents 6a9896b + 106a18d commit f4db78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/now-cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation rec {
name = "now-cli-${version}";
version = "13.1.2";
version = "14.0.3";

# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
sha256 = "0hgbmvhzxkr84ilrzjxnj3p5pkibam739cckpvwalq5q1ddy2cn4";
sha256 = "0nnwaj3iik8anx7xd5mzbrgq5g5ng8gqmhxyyfgkmawsg34bk6nj";
};

sourceRoot = ".";
Expand Down

0 comments on commit f4db78b

Please sign in to comment.