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

now-cli: 13.0.4 -> 13.1.2
This commit is contained in:
Ryan Mulligan 2019-01-28 18:30:42 -08:00 committed by GitHub
commit 83e4cf53b9
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.0.4";
version = "13.1.2";
# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
sha256 = "0qiykqrdd1yv6n1kzkzp300j32g682rv4p0l39rgnczdaiqcv9w5";
sha256 = "0hgbmvhzxkr84ilrzjxnj3p5pkibam739cckpvwalq5q1ddy2cn4";
};
sourceRoot = ".";