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

now-cli: 12.1.12 -> 12.1.14
This commit is contained in:
Ryan Mulligan 2019-01-03 10:07:32 -08:00 committed by GitHub
commit a17c8404ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation rec {
name = "now-cli-${version}";
version = "12.1.12";
version = "12.1.14";
# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
sha256 = "019lbysfwax69mmgia6h6kbljd7adbh319g3ky2s8djy7n6js4dz";
sha256 = "1nmwhb75bqlw7166vr2mwv88mhs940a9lhgw257449d5kgxwqfd1";
};
sourceRoot = ".";