Commit 399699f3 authored by Luz's avatar Luz Committed by Austin Seipp
Browse files

librepcb: 1.1.0 -> 1.2.0

parent a20b194e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ 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; {
+1 −1
Original line number Diff line number Diff line
@@ -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;