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

now-cli: 11.5.2 -> 12.1.3
This commit is contained in:
Ryan Mulligan 2018-11-19 12:21:54 -08:00 committed by GitHub
commit 135841f9cc
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 = "11.5.2";
version = "12.1.3";
# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
sha256 = "1aavhslff2v5ap11s3xxrmdgs4n9yyp74sj3kbw6kwxd4cq1cfxz";
sha256 = "0jg0x227g0x2fby7mnhfyrfyja59003isg7wyh2vqcfshh5hsaq0";
};
sourceRoot = ".";