klayout: 0.30.0 -> 0.30.1 (#402953)

This commit is contained in:
Nick Cao
2025-04-30 17:22:51 -04:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.30.0";
version = "0.30.1";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-i7MQqkVf+NZkmcf589BpLofwqc5KGxRNqdr1Go84M9A=";
hash = "sha256-5e697uEuH2r/k/5qSuluJ2qvgCqM/Z+O0fZ7Lygdvz4=";
};
postPatch = ''