From 7d125d4946a635860e610ef41f6859d14c83eabd Mon Sep 17 00:00:00 2001 From: Danylo Kondratiev Date: Tue, 7 Jul 2026 11:57:49 +0300 Subject: [PATCH] zipline: 4.6.3 -> 4.6.4 --- pkgs/by-name/zi/zipline/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/zi/zipline/package.nix b/pkgs/by-name/zi/zipline/package.nix index 7525442888d8..05951189cfe2 100644 --- a/pkgs/by-name/zi/zipline/package.nix +++ b/pkgs/by-name/zi/zipline/package.nix @@ -36,13 +36,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "zipline"; - version = "4.6.3"; + version = "4.6.4"; src = fetchFromGitHub { owner = "diced"; repo = "zipline"; tag = "v${finalAttrs.version}"; - hash = "sha256-6nAWYVt81mjvA7ssIAhFD+oTkVkuoHeAMV9dQpFlyJc="; + hash = "sha256-feGsg481S+LShOIE0JMHsCkIShQk+cYvfQUYupQnJp0="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git_head @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: { inherit (finalAttrs) pname version src; pnpm = pnpm'; fetcherVersion = 3; - hash = "sha256-3O8PVmcy0+pdn4nFRBS7xuRTNi9JmN/5G75U6rusho4="; + hash = "sha256-iaC3jJ2+oLY3ycTBE01HzrDhBN9MpvgDFOyjzy2LLAo="; }; buildInputs = [ @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: { # Force build of sharp against native libvips (requires running install scripts). # This is necessary for supporting old CPUs (ie. without SSE 4.2 instruction set). pnpm config set nodedir ${nodejs_24} - pnpm install --force --offline --frozen-lockfile + npm explore sharp -- pnpm run build pnpm build