klayout: 0.27.11 -> 0.28.3

This commit is contained in:
R. Ryantm 2023-01-14 01:03:41 +00:00
parent 66bc6e35c9
commit 40208098d2

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 = ''