about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/pachyderm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 18:15:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 18:15:59 +0000
commit1cafc2862c01f7f66c5dfca55c59e6e760e06914 (patch)
tree8d3404e94f5e0e32819f9b505baee86626b44e5b /pkgs/applications/networking/cluster/pachyderm
parent2a22bb7087c4ad488e9a4d5d3d9e6a321cdbda06 (diff)
pachyderm: 2.6.5 -> 2.6.6
Diffstat (limited to 'pkgs/applications/networking/cluster/pachyderm')
-rw-r--r--pkgs/applications/networking/cluster/pachyderm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/pachyderm/default.nix b/pkgs/applications/networking/cluster/pachyderm/default.nix
index 1913753fd03fa..00a066f438472 100644
--- a/pkgs/applications/networking/cluster/pachyderm/default.nix
+++ b/pkgs/applications/networking/cluster/pachyderm/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "pachyderm";
-  version = "2.6.5";
+  version = "2.6.6";
 
   src = fetchFromGitHub {
     owner = "pachyderm";
     repo = "pachyderm";
     rev = "v${version}";
-    hash = "sha256-ZwfJ21Ib9R1YV4TSi0CArii2418uG9hNhGRDyapP/Tg=";
+    hash = "sha256-EvoxA8Mavr3pQ3GZg6+/cPQJqh+Xe+Rj906aO2frdgU=";
   };
 
   vendorHash = "sha256-3EG9d4ERaWuHaKFt0KFCOKIgTdrL7HZTO+GSi2RROKY=";