about summary refs log tree commit diff
path: root/pkgs/development/tools/faas-cli
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-04-05 17:29:05 -0400
committertechknowlogick <techknowlogick@gitea.io>2022-04-05 17:29:23 -0400
commite16daee0f5e4f74cd4208268d727c564282f85b0 (patch)
tree6e9b24672ce800c9674a41d69652dd2b633fffd5 /pkgs/development/tools/faas-cli
parent6f42cc4ef49488515020fdd2152553c3e8c508eb (diff)
faas-cli: 0.14.3 -> 0.14.4
Diffstat (limited to 'pkgs/development/tools/faas-cli')
-rw-r--r--pkgs/development/tools/faas-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/faas-cli/default.nix b/pkgs/development/tools/faas-cli/default.nix
index 58e048b4f5fe3..8486014883649 100644
--- a/pkgs/development/tools/faas-cli/default.nix
+++ b/pkgs/development/tools/faas-cli/default.nix
@@ -9,13 +9,13 @@ let
 in
 buildGoModule rec {
   pname = "faas-cli";
-  version = "0.14.3";
+  version = "0.14.4";
 
   src = fetchFromGitHub {
     owner = "openfaas";
     repo = "faas-cli";
     rev = version;
-    sha256 = "sha256-1aflQXfW/y31Dk0OZW77qNQKEwkhi6p8ZBfTUyRDbdo=";
+    sha256 = "sha256-hpQn1lEJP0FmU1jhmXDgV/11RbMdEqblLPIrTQLKLOc=";
   };
 
   CGO_ENABLED = 0;
@@ -35,6 +35,6 @@ buildGoModule rec {
     homepage = "https://github.com/openfaas/faas-cli";
     description = "Official CLI for OpenFaaS ";
     license = licenses.mit;
-    maintainers = with maintainers; [ welteki ];
+    maintainers = with maintainers; [ welteki techknowlogick ];
   };
 }