about summary refs log tree commit diff
path: root/pkgs/development/tools/faas-cli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-21 23:54:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-21 23:54:24 +0000
commit63dbcafa666a8bfc1cb31877a5eaa3e413b29cd8 (patch)
treeecc872825cdb68fd7f99d71ffd87fdbdd2dbaadf /pkgs/development/tools/faas-cli
parent1ea4a72aea69e4d44ee7635a7d3a5103476bf938 (diff)
faas-cli: 0.16.17 -> 0.16.18
Diffstat (limited to 'pkgs/development/tools/faas-cli')
-rw-r--r--pkgs/development/tools/faas-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/faas-cli/default.nix b/pkgs/development/tools/faas-cli/default.nix
index 026dbbcc54828..1baa7e9b93e44 100644
--- a/pkgs/development/tools/faas-cli/default.nix
+++ b/pkgs/development/tools/faas-cli/default.nix
@@ -18,13 +18,13 @@ let
 in
 buildGoModule rec {
   pname = "faas-cli";
-  version = "0.16.17";
+  version = "0.16.18";
 
   src = fetchFromGitHub {
     owner = "openfaas";
     repo = "faas-cli";
     rev = version;
-    sha256 = "sha256-AiYqMXLc8YaPILx5TnL8E3xrYCDqBUfI+zzFQIknNJE=";
+    sha256 = "sha256-qyMOHdOj47ef1NMBIO31xzopO6gOT96tvHhK/TO+E70=";
   };
 
   vendorHash = null;