Unverified Commit 19b11bed authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

qcad: 3.30.1.3 -> 3.31.1.2 (#348782)

parents 6dcfaeb3 2dbd40a1
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
{ lib
, stdenv
, mkDerivation
, fetchFromGitHub
, installShellFiles
, pkg-config
@@ -14,18 +13,19 @@
, qtsvg
, qtxmlpatterns
, qtmacextras
, wrapQtAppsHook
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "qcad";
  version = "3.30.1.3";
  version = "3.31.1.2";

  src = fetchFromGitHub {
    name = "qcad-${version}-src";
    owner = "qcad";
    repo = "qcad";
    rev = "v${version}";
    hash = "sha256-bGSXFX1LuNZzs981t0GZxnMPzyJ+bddB4m/wkLMsfg0=";
    hash = "sha256-lTe/XCW/qUARfIpcps1RMjubLiIR7cvYMZ0XgebaDrk=";
  };

  patches = [
@@ -47,6 +47,7 @@ mkDerivation rec {
    pkg-config
    qmake
    qttools
    wrapQtAppsHook
  ];

  buildInputs = [