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