Merge pull request #319641 from bachp/dsview-1.3.2

dsview: 1.3.1 -> 1.3.2
This commit is contained in:
Masum Reza 2024-06-23 13:54:45 +05:30 committed by GitHub
commit c41d748b82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -7377,7 +7377,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 { };