klayout: 0.28.12 -> 0.29.6 (#332860)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{ 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 = ''
|
||||
|
||||
Reference in New Issue
Block a user