[Backport release-25.05] zipline: 4.3.1 -> 4.3.2 (#452956)

This commit is contained in:
Felix Bargfeldt
2025-10-17 16:30:41 +00:00
committed by GitHub

View File

@@ -9,7 +9,6 @@
ffmpeg,
openssl,
vips,
versionCheckHook,
nix-update-script,
nixosTests,
node-gyp,
@@ -48,13 +47,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "zipline";
version = "4.3.1";
version = "4.3.2";
src = fetchFromGitHub {
owner = "diced";
repo = "zipline";
tag = "v${finalAttrs.version}";
hash = "sha256-tQRfgLU0Dvf3vhELsttprfzscvHUgI1u7k9RA4S4vqo=";
hash = "sha256-t83LYLjAdXQkQKZlzaBCIs1wKk3v3GVQi8QHUPRHC18=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git_head
@@ -65,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
hash = "sha256-zbr57RVBKGpnL5u0evbQAKGyMftHXj6cuntYBHiUxiM=";
hash = "sha256-i5unHz7Hs9zvnjgLwHJaoFdM2z/5ucXZG8eouko1Res=";
};
buildInputs = [
@@ -129,11 +128,6 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgram = "${placeholder "out"}/bin/ziplinectl";
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru = {
inherit prisma-engines;
tests = { inherit (nixosTests) zipline; };