hotspot: 1.5.0 -> 1.5.1 (#350525)

This commit is contained in:
Nick Cao 2024-10-23 09:25:59 -04:00 committed by GitHub
commit f56b7be59f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@
, wrapQtAppsHook
, elfutils
, fetchFromGitHub
, fetchpatch
, kconfigwidgets
, kddockwidgets
, ki18n
@ -28,25 +27,16 @@
stdenv.mkDerivation rec {
pname = "hotspot";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "KDAB";
repo = "hotspot";
rev = "refs/tags/v${version}";
hash = "sha256-FJkDPWqNwoWg/15tvMnwke7PVtWVuqT0gtJBFQE0qZ4=";
hash = "sha256-O2wp19scyHIwIY2AzKmPmorGXDH249/OhSg+KtzOYhI=";
fetchSubmodules = true;
};
patches = [
# Backport stuck UI bug fix
# FIXME: remove in next update
(fetchpatch {
url = "https://github.com/KDAB/hotspot/commit/7639dee8617dba9b88182c7ff4887e8d3714ac98.patch";
hash = "sha256-aAo9uEy+MBztMhnC5jB08moZBeRCENU22R39pqSBXOY=";
})
];
nativeBuildInputs = [
cmake
extra-cmake-modules