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>2022-09-21 18:53:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-21 18:53:39 +0000
commitbac3ea7729eef04fdf4174f891a1327b1d96be6d (patch)
treec6b21613a70f8fe9e786fecf58fd0341e7795c05 /pkgs/development/tools/faas-cli
parent9b6e32ee67b4a556b4642f9fa1c91b9ebc7fc518 (diff)
faas-cli: 0.14.6 -> 0.14.7
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 7cd6eba8cbad5..0791bff176757 100644
--- a/pkgs/development/tools/faas-cli/default.nix
+++ b/pkgs/development/tools/faas-cli/default.nix
@@ -15,13 +15,13 @@ let
 in
 buildGoModule rec {
   pname = "faas-cli";
-  version = "0.14.6";
+  version = "0.14.7";
 
   src = fetchFromGitHub {
     owner = "openfaas";
     repo = "faas-cli";
     rev = version;
-    sha256 = "sha256-R9nusKdZpKZmUcEUchZlj7Jd5sM/Z2SScdK6kO6Ht2o=";
+    sha256 = "sha256-iUS8bhTZc7oy7qy0ydmbVW3BNa/lZ2Q+kYefBKrNRyc=";
   };
 
   nativeBuildInputs = [ makeWrapper ];