klayout: 0.30.1 -> 0.30.2

This commit is contained in:
R. Ryantm
2025-05-30 01:50:14 +00:00
parent ee2477b0b5
commit 0e83dabd85
+2 -2
View File
@@ -16,13 +16,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.30.1";
version = "0.30.2";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-5e697uEuH2r/k/5qSuluJ2qvgCqM/Z+O0fZ7Lygdvz4=";
hash = "sha256-x6eg5SoPTcxSggonI1OdbTo/BCjqaV7bXHnEG90o2J8=";
};
postPatch = ''