Merge pull request #199362 from r-ryantm/auto-update/klayout

klayout: 0.27.11 -> 0.28.3
This commit is contained in:
Weijia Wang 2023-01-23 06:19:18 +01:00 committed by GitHub
commit 8e51fe0bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.27.11";
version = "0.28.3";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-w3ag+TPUrjPbPIy6N4HPsfraOyoHqBbvjwB1M6+qh60=";
hash = "sha256-keC+QLV/iEEGFDdy/Vt2pCr55qbqQzcx3HokdDi+xSU=";
};
postPatch = ''