Skip to content

Commit

Permalink
nixops: update the PrettyTable package pin to accomodate the currentl…
Browse files Browse the repository at this point in the history
…y available version
  • Loading branch information
deepfire committed Jan 18, 2024
1 parent 49fcc2e commit 2d21bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/networking/cluster/nixops/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ buildPythonApplication rec {

postPatch = ''
substituteInPlace nixops/args.py --replace "@version@" "${version}-pre-${lib.substring 0 7 src.rev or "dirty"}"
substituteInPlace pyproject.toml --replace 'PrettyTable = "^0.7.2"' 'PrettyTable = "^3"'
'';

nativeBuildInputs = [
Expand Down

0 comments on commit 2d21bed

Please sign in to comment.