From d0c21ad4a6915ee3cde11b1979cfe9b3c1cfcf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Mar 2023 09:30:08 +0100 Subject: shvspy: update to latest version --- pkgs/shvspy/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pkgs/shvspy') diff --git a/pkgs/shvspy/default.nix b/pkgs/shvspy/default.nix index 7f5e31d..c8b57f5 100644 --- a/pkgs/shvspy/default.nix +++ b/pkgs/shvspy/default.nix @@ -4,20 +4,19 @@ fetchFromGitHub, cmake, doctest, - libsForQt5, - qcoro_task_exception_handling, + qt6, makeDesktopItem, copyDesktopItems, }: -with libsForQt5; +with qt6; stdenv.mkDerivation rec { name = "shvspy"; src = fetchFromGitHub { owner = "silicon-heaven"; repo = "shvspy"; - rev = "a922e963bf7884164fe2b124a7a4366f7fc802a3"; - sha256 = "ExA+sFlkxFKXk69DKoGzKm80ypiNFwN281MwZkMgaVY="; + rev = "c8a3b52e7300f1f05a54569121da8a2e9bb015aa"; + hash = "sha256-+aknZ/Uo0VuMm45PHqSrvdyfD73hofS8HKVSfkIyM5I="; fetchSubmodules = true; }; @@ -31,8 +30,8 @@ with libsForQt5; qtbase qtserialport qtwebsockets + qtsvg doctest - qcoro_task_exception_handling ]; desktopItems = [ -- cgit v1.2.3