3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #272184 from aaronjheng/pachyderm

pachyderm: 2.7.6 -> 2.8.1
This commit is contained in:
Rick van Schijndel 2023-12-11 20:36:43 +01:00 committed by GitHub
commit aa02b28743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pachyderm";
version = "2.7.6";
version = "2.8.1";
src = fetchFromGitHub {
owner = "pachyderm";
repo = "pachyderm";
rev = "v${version}";
hash = "sha256-h0xr94DNmqjpRcas0F+UxQEnCHt5VGU2CRtv+GzJl00=";
hash = "sha256-ULZAmv3U6nMlhXuR6ZbZgAkWubs7t4qJBn05s0CF8uo=";
};
vendorHash = "sha256-UBuCAIwx1UOh9bsk3eNlTOozB55RIvuKQ0P1WRkJNaI=";
vendorHash = "sha256-dYQicGlk+G3l03yb+PlIaMzwRcWqC1TPqQ4Akm8xJF8=";
subPackages = [ "src/server/cmd/pachctl" ];
@ -24,7 +24,7 @@ buildGoModule rec {
meta = with lib; {
description = "Containerized Data Analytics";
homepage = "https://www.pachyderm.com/";
license = licenses.unfree;
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
mainProgram = "pachctl";
};