pachyderm: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm
2023-07-13 03:34:09 +00:00
parent ff6e67d2c2
commit 6b2ead2d4b
@@ -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=";