zipline: 3.7.12 -> 3.7.13 (#382137)

This commit is contained in:
Nick Cao
2025-02-15 09:24:40 -05:00
committed by GitHub
2 changed files with 258 additions and 191 deletions
+3 -3
View File
@@ -29,13 +29,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "zipline";
version = "3.7.12";
version = "3.7.13";
src = fetchFromGitHub {
owner = "diced";
repo = "zipline";
tag = "v${finalAttrs.version}";
hash = "sha256-i3IGcSxIhy8jmCMsDJGGszYoFsShBfbv7SjTQL1dDM0=";
hash = "sha256-3+gDOlTj47qvQ3CrInT1rgBhLpyT+QA65r6OnokreWM=";
};
patches = [
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
yarn install --immutable --mode skip-build
'';
outputHash = "sha256-c7U/PMlulbjzWx0w4jstgfjeDYPkmfcXIRCDEQxhirA=";
outputHash = "sha256-niO+obo1JHAoWbLgjf1ttB6UqTCCjEuhiILvfT3O0q4=";
outputHashMode = "recursive";
};
File diff suppressed because it is too large Load Diff