klayout: 0.30.2 -> 0.30.3

This commit is contained in:
R. Ryantm
2025-08-07 22:57:02 +00:00
parent e960ddc1a5
commit 52f5535a28
+2 -2
View File
@@ -16,13 +16,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.30.2";
version = "0.30.3";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-x6eg5SoPTcxSggonI1OdbTo/BCjqaV7bXHnEG90o2J8=";
hash = "sha256-YsyKCSSxg0THflzPVF9yRn1X2liVT5xNafeQej/pdyI=";
};
postPatch = ''