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
commit 4470e4bd84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;