[Backport release-25.05] zipline: 4.3.0 -> 4.3.1 (#441515)

This commit is contained in:
Felix Bargfeldt
2025-09-09 19:18:10 +02:00
committed by GitHub

View File

@@ -5,7 +5,6 @@
pnpm_10,
nodejs_24,
makeWrapper,
prisma,
prisma-engines,
ffmpeg,
openssl,
@@ -49,13 +48,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "zipline";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "diced";
repo = "zipline";
tag = "v${finalAttrs.version}";
hash = "sha256-/UNSAvXfVeybFGFFQaVklAbKGT64pa37DmUilzo5ss4=";
hash = "sha256-tQRfgLU0Dvf3vhELsttprfzscvHUgI1u7k9RA4S4vqo=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git_head
@@ -63,15 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
};
postPatch = ''
substituteInPlace src/lib/db/migration/index.ts \
--replace-fail "pnpm prisma" ${lib.getExe' prisma "prisma"}
'';
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
hash = "sha256-TCbtaxc8AEpFhaHpK+NIrLPR6dQ+iFIEfEfwKob61yI=";
hash = "sha256-zbr57RVBKGpnL5u0evbQAKGyMftHXj6cuntYBHiUxiM=";
};
buildInputs = [