klayout: 0.30.4 -> 0.30.4-1

This commit is contained in:
R. Ryantm
2025-09-26 04:29:05 +00:00
parent b5a8c8e16a
commit 65248faed7
+2 -2
View File
@@ -16,13 +16,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.30.4";
version = "0.30.4-1";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-iG1f43gvKcu8jlVJ47IH5A6Ld8zusEbZL2Xou6ix5QU=";
hash = "sha256-EhIGxiXqo09/p8mA00RRvKgXJncVr4qguYSPyEC0fqc=";
};
postPatch = ''