From 15ee13c7b4666d36968ee9bc459b6993cab61370 Mon Sep 17 00:00:00 2001 From: Sean Krueger Date: Mon, 17 Jun 2024 13:02:52 -0500 Subject: [PATCH] Bump Qt6 version to 6.7.1 --- flake.lock | 14 +++++++------- flake.nix | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e6a43b0b..f83ab58f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1717602782, - "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=", + "lastModified": 1718318537, + "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6", + "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420", "type": "github" }, "original": { @@ -18,17 +18,17 @@ }, "qt6Nixpkgs": { "locked": { - "lastModified": 1711460435, - "narHash": "sha256-Qb/J9NFk2Qemg7vTl8EDCto6p3Uf/GGORkGhTQJLj9U=", + "lastModified": 1716287118, + "narHash": "sha256-iUTrXABmJAkPRhwPB8GEP7k52OWHVSRtMzlKQ2kIrz4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f862bd46d3020bcfe7195b3dad638329271b0524", + "rev": "47da0aee5616a063015f10ea593688646f2377e4", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "f862bd46d3020bcfe7195b3dad638329271b0524", + "rev": "47da0aee5616a063015f10ea593688646f2377e4", "type": "github" } }, diff --git a/flake.nix b/flake.nix index ccca2cb7..69adee17 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; @@ -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