about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/fn-cli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 05:50:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 05:50:40 +0000
commit6991dae81a04f6d35ce57c2b52d236b98c909e03 (patch)
treef91a8734cc8ed9b61cb6a1628a53cf17e0726929 /pkgs/applications/networking/cluster/fn-cli
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
fn-cli: 0.6.8 -> 0.6.11
Diffstat (limited to 'pkgs/applications/networking/cluster/fn-cli')
-rw-r--r--pkgs/applications/networking/cluster/fn-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/fn-cli/default.nix b/pkgs/applications/networking/cluster/fn-cli/default.nix
index 95e16797cf4fd..cb15d47e02d13 100644
--- a/pkgs/applications/networking/cluster/fn-cli/default.nix
+++ b/pkgs/applications/networking/cluster/fn-cli/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "fn";
-  version = "0.6.8";
+  version = "0.6.11";
 
   src = fetchFromGitHub {
     owner = "fnproject";
     repo = "cli";
     rev = version;
-    sha256 = "sha256-8b1VyukVMTXLAnvYcjXgTdPtMq3YxJgTpxe25Kj+Wpw=";
+    sha256 = "sha256-mBPRsLBIwahKm2RR22pNXxJhdLaWHCKx0TKc4H4YIVY=";
   };
 
   vendorSha256 = null;