hotspot: 1.5.1 -> 1.6.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user