about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/pluto
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-29 23:56:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-29 23:56:53 +0000
commit3897b361233c96f4ff267e598646f6d8f32c26ea (patch)
treefc379222b710543f8d33c5cb61b8941a02ff75c3 /pkgs/applications/networking/cluster/pluto
parent4f39ada71b93575fc5a2353c2e6f4e84ce1fdde8 (diff)
pluto: 5.10.5 -> 5.10.6
Diffstat (limited to 'pkgs/applications/networking/cluster/pluto')
-rw-r--r--pkgs/applications/networking/cluster/pluto/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/pluto/default.nix b/pkgs/applications/networking/cluster/pluto/default.nix
index b90660199e28a..e7e603c28c95b 100644
--- a/pkgs/applications/networking/cluster/pluto/default.nix
+++ b/pkgs/applications/networking/cluster/pluto/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "pluto";
-  version = "5.10.5";
+  version = "5.10.6";
 
   src = fetchFromGitHub {
     owner = "FairwindsOps";
     repo = "pluto";
     rev = "v${version}";
-    sha256 = "sha256-Pdw8xPpH9PjLDbno8u3IWI7ygO18j2P3puE55+Pmzec=";
+    sha256 = "sha256-FNt+e13IEpIWB6gBYWfwJ+Qu7W/cyHvV+XGNhn17rdg=";
   };
 
-  vendorSha256 = "sha256-hAnlKMDqrQG8vlmBLufJlq79rb1vo4PdVaJjBBSjnRM=";
+  vendorSha256 = "sha256-M/D7V6v4+BlROoxhT9URuj9EI6qXYG2VoXcCVN+j6aU=";
 
   ldflags = [
     "-w" "-s"