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

klayout: 0.27.8 -> 0.27.11
This commit is contained in:
Jonas Heinrich 2022-08-28 20:20:33 +02:00 committed by GitHub
commit 741c36058c
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.8";
version = "0.27.11";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-t/nd7m8XpB026q/kyH16rKkw3qza19ISalB0Juzx4NU=";
hash = "sha256-w3ag+TPUrjPbPIy6N4HPsfraOyoHqBbvjwB1M6+qh60=";
};
postPatch = ''