mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #52195 from r-ryantm/auto-update/now-cli
now-cli: 12.1.3 -> 12.1.12
This commit is contained in:
commit
fd04029d0e
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, lib, fetchurl }:
|
{ stdenv, lib, fetchurl }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "now-cli-${version}";
|
name = "now-cli-${version}";
|
||||||
version = "12.1.3";
|
version = "12.1.12";
|
||||||
|
|
||||||
# TODO: switch to building from source, if possible
|
# TODO: switch to building from source, if possible
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
|
url = "https://github.com/zeit/now-cli/releases/download/${version}/now-linux.gz";
|
||||||
sha256 = "0jg0x227g0x2fby7mnhfyrfyja59003isg7wyh2vqcfshh5hsaq0";
|
sha256 = "019lbysfwax69mmgia6h6kbljd7adbh319g3ky2s8djy7n6js4dz";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
Loading…
Reference in a new issue