From 0507b488d7255e42ab2977f53ab70d3c73f19d65 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 28 May 2026 22:59:02 +0300 Subject: [PATCH] hotspot: 1.5.1 -> 1.6.0 --- pkgs/by-name/ho/hotspot/package.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/ho/hotspot/package.nix b/pkgs/by-name/ho/hotspot/package.nix index 7deeee3fb609..a03208a3e9f8 100644 --- a/pkgs/by-name/ho/hotspot/package.nix +++ b/pkgs/by-name/ho/hotspot/package.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "hotspot"; - version = "1.5.1"; + version = "1.6.0"; src = fetchFromGitHub { owner = "KDAB"; repo = "hotspot"; tag = "v${finalAttrs.version}"; - hash = "sha256-O2wp19scyHIwIY2AzKmPmorGXDH249/OhSg+KtzOYhI="; + hash = "sha256-JIcPu9luVivlCmZQulTXfxwnxCvE2YSp7FFUkldktxg="; fetchSubmodules = true; }; @@ -36,14 +36,6 @@ stdenv.mkDerivation (finalAttrs: { qt6.wrapQtAppsHook ]; - patches = [ - # Fix build issue with Qt 6.9, can be removed in next release - (fetchpatch { - url = "https://github.com/KDAB/hotspot/pull/694/commits/5ef04c1dd60846b0d1746132e7e63289ee25f259.patch"; - hash = "sha256-WYMM1/CY05fztSiRNZQ2Q16n5erjY+AE6gSQgSlb3HA="; - }) - ]; - cmakeFlags = [ (lib.strings.cmakeBool "QT6_BUILD" true) ]; buildInputs = [