Merge pull request #118412 from SuperSandro2000/SuperSandro2000-patch-1

This commit is contained in:
Sandro
2021-04-07 15:28:57 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "bokeh";
version = "2.2.3";
version = "2.2.3"; # update together with panel which is not straightforward
src = fetchPypi {
inherit pname version;

View File

@@ -3,6 +3,8 @@ let
package = (import ./node.nix { inherit pkgs system; }).package;
in
package.override rec {
# don't upgrade! Newer versions cause stack overflows and fail trunk-combined
# see https://github.com/NixOS/nixpkgs/pull/118400
version = "1.16.2";
reconstructLock = true;