Skip to content

Commit

Permalink
librepcb: 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luz authored and thoughtpolice committed Dec 2, 2024
1 parent a20b194 commit 399699f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/science/electronics/librepcb/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{ stdenv, lib, fetchFromGitHub
, qtbase, qttools, qtquickcontrols2, opencascade-occt, libGLU, cmake, wrapQtAppsHook
, qtbase, qttools, qtsvg, qt5compat, opencascade-occt, libGLU, cmake, wrapQtAppsHook
}:

stdenv.mkDerivation rec {
pname = "librepcb";
version = "1.1.0";
version = "1.2.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-Vyp7asVqvKFkkEb67LXapMkT1AQSburN3+B2dXIPcEU=";
hash = "sha256-/Hw7ZTv2CbDcKuyI27wC46IxCcTnrXDS/Mf7csUTc7w=";
fetchSubmodules = true;
};

nativeBuildInputs = [ cmake qttools wrapQtAppsHook qtquickcontrols2 opencascade-occt libGLU ];
nativeBuildInputs = [ cmake qttools qtsvg qt5compat wrapQtAppsHook opencascade-occt libGLU ];
buildInputs = [ qtbase ];

meta = with lib; {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17860,7 +17860,7 @@ with pkgs;

kicadAddons = recurseIntoAttrs (callPackage ../applications/science/electronics/kicad/addons {});

librepcb = libsForQt5.callPackage ../applications/science/electronics/librepcb { };
librepcb = qt6Packages.callPackage ../applications/science/electronics/librepcb { };

ngspice = libngspice.override {
withNgshared = false;
Expand Down

0 comments on commit 399699f

Please sign in to comment.