Skip to content

Commit

Permalink
Bump Qt6 version to 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seakrueger committed Jun 17, 2024
1 parent bbc0646 commit a2dad90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

qt6Nixpkgs = {
# Commit bumping to qt6.6.3
url = "github:NixOS/nixpkgs/f862bd46d3020bcfe7195b3dad638329271b0524";
# Commit bumping to qt6.7.1
url = "github:NixOS/nixpkgs/47da0aee5616a063015f10ea593688646f2377e4";
};
};

Expand Down Expand Up @@ -82,7 +82,6 @@
unset SOURCE_DATE_EPOCH
echo Installing dependencies into virtual environment
pip install PySide6==6.6.2 # 6.6.3 has faulty .pyi files
pip install -r requirements.txt
pip install -r requirements-dev.txt
# Hacky solution to not fight with other dev deps
Expand Down

0 comments on commit a2dad90

Please sign in to comment.