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-05-05 11:49:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-05 11:49:59 +0000
commit735777431a2c7b9b9cc29ac0b9af7524ca6b2544 (patch)
tree09991941b12340b9d4afa5d4f5ce725042643b37 /pkgs/applications/networking/cluster/pachyderm
parentffd548d5cc60a4ab0c35d6455a3296a19a250252 (diff)
pachyderm: 2.5.4 -> 2.5.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 6cf37bb9c2501..8dcc4a3964450 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.5.4";
+  version = "2.5.5";
 
   src = fetchFromGitHub {
     owner = "pachyderm";
     repo = "pachyderm";
     rev = "v${version}";
-    hash = "sha256-VYHSExQDIyK86kCz3gzIR+Q5iYrhkAPx56vST73vPOo=";
+    hash = "sha256-RaMOn5Cb98wKI9w0+kVUCMiySKGuudXHsi+EXFIm3Zc=";
   };
 
   vendorHash = "sha256-XmIPifozTYd1rV2wm0dU0GPvg/+HFoSLGHB6DDrkzVc=";