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

now-cli: 12.1.3 -> 12.1.12
This commit is contained in:
Maximilian Bosch 2018-12-16 22:37:35 +01:00 committed by GitHub
commit fd04029d0e
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 = "12.1.3";
version = "12.1.12";
# TODO: switch to building from source, if possible
src = fetchurl {
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
sha256 = "0jg0x227g0x2fby7mnhfyrfyja59003isg7wyh2vqcfshh5hsaq0";
sha256 = "019lbysfwax69mmgia6h6kbljd7adbh319g3ky2s8djy7n6js4dz";
};
sourceRoot = ".";