Merge pull request #57334 from r-ryantm/auto-update/now-cli

now-cli: 13.1.2 -> 14.0.3
This commit is contained in:
Ryan Mulligan 2019-03-19 07:03:46 -07:00 committed by GitHub
commit f4db78b4f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ".";