zipline: 4.2.0 -> 4.2.1

Changelog: https://github.com/diced/zipline/releases/tag/v4.2.1
Diff: https://github.com/diced/zipline/compare/v4.2.0...v4.2.1
(cherry picked from commit 6087625ade)
This commit is contained in:
Defelo
2025-07-29 13:33:09 +00:00
committed by github-actions[bot]
parent 4a76f1735e
commit b21d366875

View File

@@ -32,13 +32,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "zipline";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "diced";
repo = "zipline";
tag = "v${finalAttrs.version}";
hash = "sha256-zm2xNhWghg/Pa9LhLzV+AG/tfiSjAiSnGs8OMnC0Tpw=";
hash = "sha256-tNI+iiutziSfymNwEJEcR74E9/t817LOIE517hmNy9I=";
};
pnpmDeps = pnpm_10.fetchDeps {