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-13 03:34:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-13 03:34:09 +0000
commit6b2ead2d4b0ba210384f7c4a41004a9f58d1e986 (patch)
tree6d79de0aab2e56fe0f133d44f4ff53db4a0dcf60 /pkgs/applications/networking/cluster/pachyderm
parentff6e67d2c2e9c8971a0fd8abb9b745e65bb17887 (diff)
pachyderm: 2.6.4 -> 2.6.5
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 b48caf0253b9f..1913753fd03fa 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.4";
+  version = "2.6.5";
 
   src = fetchFromGitHub {
     owner = "pachyderm";
     repo = "pachyderm";
     rev = "v${version}";
-    hash = "sha256-V8N7KaNlpDTOmUdfx3otC7ady57lkXHFcZ1LO8VMnFU=";
+    hash = "sha256-ZwfJ21Ib9R1YV4TSi0CArii2418uG9hNhGRDyapP/Tg=";
   };
 
   vendorHash = "sha256-3EG9d4ERaWuHaKFt0KFCOKIgTdrL7HZTO+GSi2RROKY=";