3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #226194 from r-ryantm/auto-update/pachyderm

pachyderm: 2.5.2 -> 2.5.4
This commit is contained in:
Mario Rodas 2023-04-15 16:12:37 -05:00 committed by GitHub
commit 63c399cdb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pachyderm";
version = "2.5.2";
version = "2.5.4";
src = fetchFromGitHub {
owner = "pachyderm";
repo = "pachyderm";
rev = "v${version}";
hash = "sha256-COtOYR1toSr+oiRZ5Hfbgfy2InF9jFThT0ozwrcSVio=";
hash = "sha256-VYHSExQDIyK86kCz3gzIR+Q5iYrhkAPx56vST73vPOo=";
};
vendorHash = "sha256-XmIPifozTYd1rV2wm0dU0GPvg/+HFoSLGHB6DDrkzVc=";