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

klayout: 0.28.10 -> 0.28.11
This commit is contained in:
Weijia Wang 2023-08-29 23:36:05 +02:00 committed by GitHub
commit f75e13b9c2
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.28.10";
version = "0.28.11";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-CDaLKBDm4slUMZ8OWm/wNub4P8LY26P8G8oIxwzJyXY=";
hash = "sha256-PEWb2QBWK3XMuOAkSI2nAk6UJronG+3+NBU92uWO5LQ=";
};
postPatch = ''