Unverified Commit 5f053ee0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

klayout: 0.28.12 -> 0.29.6 (#332860)

parents 15f80d91 3771c772
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
{ lib, mkDerivation, fetchFromGitHub
, python3, ruby, qtbase, qtmultimedia, qttools, qtxmlpatterns
, which, perl
, which, perl, libgit2
}:

mkDerivation rec {
  pname = "klayout";
  version = "0.28.12";
  version = "0.29.6";

  src = fetchFromGitHub {
    owner = "KLayout";
    repo = "klayout";
    rev = "v${version}";
    hash = "sha256-QvEoXKJ9sH5WIarYPsYEWwoFwA/pZa2etegA+AD8rPo=";
    hash = "sha256-gbbes8CPh+Z9wCeQaAaObZjQvBTMe06z8oR12i6e12M=";
  };

  postPatch = ''
@@ -31,6 +31,7 @@ mkDerivation rec {
    qtmultimedia
    qttools
    qtxmlpatterns
    libgit2
  ];

  buildPhase = ''