dsview: 1.3.1 -> 1.3.2

Use Qt5 for now as Qt6 is not properly supported yet
https://github.com/DreamSourceLab/DSView/issues/777#issuecomment-2144118728
This commit is contained in:
Pascal Bach 2024-06-13 21:59:42 +02:00
parent d3d9fbe098
commit 99b94acbf0
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
{ stdenv, lib, fetchFromGitHub, pkg-config, cmake, wrapQtAppsHook
, libzip, boost, fftw, qtbase, qtwayland, qtsvg, libusb1
, libzip, boost, fftw, libusb1, qtbase, qtsvg, qtwayland
, python3, desktopToDarwinBundle
}:
stdenv.mkDerivation rec {
pname = "dsview";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "DreamSourceLab";
repo = "DSView";
rev = "v${version}";
sha256 = "sha256-LwrlB+Nwq34YjwGmnbUWS3W//ZHr8Do2Wf2te+2oBeI=";
sha256 = "sha256-d/TfCuJzAM0WObOiBhgfsTirlvdROrlCm+oL1cqUrIs=";
};
patches = [

View File

@ -7391,7 +7391,7 @@ with pkgs;
dropbear = callPackage ../tools/networking/dropbear { };
dsview = qt6Packages.callPackage ../applications/science/electronics/dsview { };
dsview = libsForQt5.callPackage ../applications/science/electronics/dsview { };
dtach = callPackage ../tools/misc/dtach { };