klayout: 0.28.12 -> 0.29.6 (#332860)

This commit is contained in:
Aleksana
2024-09-23 23:06:43 +08:00
committed by GitHub
+4 -3
View File
@@ -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 = ''