zipline: 4.3.0 -> 4.3.1

Changelog: https://github.com/diced/zipline/releases/tag/v4.3.1
Diff: https://github.com/diced/zipline/compare/v4.3.0...v4.3.1
(cherry picked from commit 86283ed33c)
This commit is contained in:
Defelo
2025-09-09 14:07:09 +00:00
committed by github-actions[bot]
parent 36002b97e3
commit 4cfb1f0de6

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 = [