zipline: 3.7.12 -> 3.7.13
This commit is contained in:
parent
c4bea8f7f0
commit
773e30cab9
@ -29,13 +29,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "zipline";
|
pname = "zipline";
|
||||||
version = "3.7.12";
|
version = "3.7.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "diced";
|
owner = "diced";
|
||||||
repo = "zipline";
|
repo = "zipline";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-i3IGcSxIhy8jmCMsDJGGszYoFsShBfbv7SjTQL1dDM0=";
|
hash = "sha256-3+gDOlTj47qvQ3CrInT1rgBhLpyT+QA65r6OnokreWM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
yarn install --immutable --mode skip-build
|
yarn install --immutable --mode skip-build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputHash = "sha256-c7U/PMlulbjzWx0w4jstgfjeDYPkmfcXIRCDEQxhirA=";
|
outputHash = "sha256-niO+obo1JHAoWbLgjf1ttB6UqTCCjEuhiILvfT3O0q4=";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user