about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 18:06:46 +0100
committerGitHub <noreply@github.com>2024-01-03 18:06:46 +0100
commite606083c0a97ae56ea7f6c4828e9d5471d66a651 (patch)
tree971c66ac0cee27c9a8a032c58da41a9920aaa418 /pkgs/applications
parentb17190bd1029099a8ac141427d8ae22f724849e5 (diff)
parent10d2bc48679c2643e83080a5bf55734e71e48912 (diff)
downloadnixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar.gz
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar.bz2
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar.lz
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar.xz
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.tar.zst
nixlib-e606083c0a97ae56ea7f6c4828e9d5471d66a651.zip
Merge pull request #274983 from r-ryantm/auto-update/pachyderm
pachyderm: 2.8.1 -> 2.8.2
Diffstat (limited to 'pkgs/applications')
-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 52cef9db4105..9f86c8dc1485 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.8.1";
+  version = "2.8.2";
 
   src = fetchFromGitHub {
     owner = "pachyderm";
     repo = "pachyderm";
     rev = "v${version}";
-    hash = "sha256-ULZAmv3U6nMlhXuR6ZbZgAkWubs7t4qJBn05s0CF8uo=";
+    hash = "sha256-h+0fapvAWu+W29Z8tZn6evhaGBM0u4odTz9ExCvsqB4=";
   };
 
   vendorHash = "sha256-dYQicGlk+G3l03yb+PlIaMzwRcWqC1TPqQ4Akm8xJF8=";