3
0
Fork 0
forked from mirrors/nixpkgs

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

now-cli: 15.3.0 -> 15.5.0
This commit is contained in:
Mario Rodas 2019-06-19 07:42:12 -05:00 committed by GitHub
commit 195d2cd708
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.3.0";
version = "15.5.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 = "08bymzwx4biyqw3md8pa9q6lbnxlpxicrndp4b1hmhdf9i859w5l";
sha256 = "06fs3f5r6ixzzl1bhs92w3lcmpyx8fkga4bv8n9g0ygfm9d1z8gk";
};
sourceRoot = ".";