mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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:
committed by
github-actions[bot]
parent
4a76f1735e
commit
b21d366875
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user