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

now-cli: 15.0.10 -> 15.3.0
This commit is contained in:
worldofpeace 2019-06-04 22:54:50 -04:00 committed by GitHub
commit 2da824a9fb
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 = "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 = ".";