summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-06 03:13:13 +0200
committerGitHub <noreply@github.com>2024-04-06 03:13:13 +0200
commit76a92872d6ffb781cf2f43f211c6fa522151c72b (patch)
treee6086b2ebee53e898e9fc3c4e6821741e5040200 /pkgs/applications/networking/cluster
parent53abc62ead7782e0a251802e3aaebdffb7da5bf0 (diff)
parent8dd2ff0d88bf8ce752b0b560658ec93b5c98e4dc (diff)
Merge pull request #301018 from r-ryantm/auto-update/pachyderm
pachyderm: 2.9.2 -> 2.9.3
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/pachyderm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/pachyderm/default.nix b/pkgs/applications/networking/cluster/pachyderm/default.nix
index 1c123a937451..4d5736724aad 100644
--- a/pkgs/applications/networking/cluster/pachyderm/default.nix
+++ b/pkgs/applications/networking/cluster/pachyderm/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pachyderm";
- version = "2.9.2";
+ version = "2.9.3";
src = fetchFromGitHub {
owner = "pachyderm";
repo = "pachyderm";
rev = "v${version}";
- hash = "sha256-/9j7umcIffG5jAaUW/jmIX5CUD9dUq5/ZKhzbKx0Kw4=";
+ hash = "sha256-4ER0kjp3H5B2TrR4pI3XMvmtGrUv5ZuSM8dbDeufm2s=";
};
- vendorHash = "sha256-6iwiepmzxZ4cGsPeHQDNFd2VuhmjTAX9kBdjaQPBMKU=";
+ vendorHash = "sha256-+0Df3pelty9mE1E8V+4L99/SrGK5msWn68LeB0nmAIA=";
subPackages = [ "src/server/cmd/pachctl" ];