Skip to content

Commit

Permalink
now-cli: 14.0.3 -> 15.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielHill committed Apr 9, 2019
1 parent d0eb7e8 commit 86986ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/now-cli/default.nix
@@ -1,12 +1,12 @@
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation rec {
name = "now-cli-${version}";
version = "14.0.3";
version = "15.0.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 = "0nnwaj3iik8anx7xd5mzbrgq5g5ng8gqmhxyyfgkmawsg34bk6nj";
sha256 = "db9e0ca18513bc407c59945deaa64006acf03dd6007879f0594a38b56153a7c2";
};

sourceRoot = ".";
Expand Down

0 comments on commit 86986ac

Please sign in to comment.