about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 01:43:38 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 01:43:38 -0800
commit8e6ee63aa4135441033637711004c04ed95bff13 (patch)
treeb6035c258a82b794ebcdd8e932bed7aa911a6215 /pkgs/development
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar.gz
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar.bz2
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar.lz
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar.xz
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.tar.zst
nixlib-8e6ee63aa4135441033637711004c04ed95bff13.zip
now-cli: 12.1.3 -> 12.1.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/now-cli/versions
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/web/now-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/now-cli/default.nix b/pkgs/development/web/now-cli/default.nix
index 47be5ff4250e..1057a987cbc5 100644
--- a/pkgs/development/web/now-cli/default.nix
+++ b/pkgs/development/web/now-cli/default.nix
@@ -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 = ".";