now-cli: 12.1.14 -> 13.0.4

This commit is contained in:
zimbatm 2019-01-13 15:24:54 +01:00
parent 0f5b4ecbea
commit 3197cd5d63
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

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