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-06-22 00:44:26 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-23 10:13:36 -0700
commit810d982caba672198326b9f60fcf533aaf413533 (patch)
tree3f78539a914c462467268e600f029037f8c2ea35 /pkgs/applications/networking/cluster/fn-cli
parent17dc76ca7c280e6ec46e5fd27ba059ed269bc6cd (diff)
fn-cli: 0.6.7 -> 0.6.8
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 8620c43cdbe75..95e16797cf4fd 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.7";
+  version = "0.6.8";
 
   src = fetchFromGitHub {
     owner = "fnproject";
     repo = "cli";
     rev = version;
-    sha256 = "sha256-50tPR+x3U4XJB6lthEiZjOy2pD8LprSE41ZpH2Px8JY=";
+    sha256 = "sha256-8b1VyukVMTXLAnvYcjXgTdPtMq3YxJgTpxe25Kj+Wpw=";
   };
 
   vendorSha256 = null;