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>2024-04-24 13:02:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-24 13:02:32 +0000
commit0cca6474752b3c0488dce513b4ef418f8e1d85dd (patch)
tree9dfaa653d52174c7558191340bcfef0dbba72648 /pkgs/applications/networking/cluster/fn-cli
parent9140927fb00dbe93262aab85584842297b3684d5 (diff)
fn-cli: 0.6.31 -> 0.6.32
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 c6b1c0edb2a44..94cdd457aff88 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.31";
+  version = "0.6.32";
 
   src = fetchFromGitHub {
     owner = "fnproject";
     repo = "cli";
     rev = version;
-    hash = "sha256-tL5mygomRdxHdWUAp6umMOhyKq/ZFcjn+5wZcqD2mVA=";
+    hash = "sha256-mXHDxmjQdfO6uZ1ROcxwtDaPvbv2kFV+qLbejn3Kycs=";
   };
 
   vendorHash = null;