Skip to content

Commit 15ee13c

Browse files
committed
Bump Qt6 version to 6.7.1
1 parent 49ad811 commit 15ee13c

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
66

77
qt6Nixpkgs = {
8-
# Commit bumping to qt6.6.3
9-
url = "github:NixOS/nixpkgs/f862bd46d3020bcfe7195b3dad638329271b0524";
8+
# Commit bumping to qt6.7.1
9+
url = "github:NixOS/nixpkgs/47da0aee5616a063015f10ea593688646f2377e4";
1010
};
1111
};
1212

@@ -82,7 +82,6 @@
8282
unset SOURCE_DATE_EPOCH
8383
8484
echo Installing dependencies into virtual environment
85-
pip install PySide6==6.6.2 # 6.6.3 has faulty .pyi files
8685
pip install -r requirements.txt
8786
pip install -r requirements-dev.txt
8887
# Hacky solution to not fight with other dev deps

0 commit comments

Comments
 (0)