pachyderm: 2.7.6 -> 2.8.1

This commit is contained in:
Aaron Jheng
2023-12-05 08:31:19 +00:00
parent 34deb05e55
commit 7e11e9ae3e
@@ -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";
};