klayout: 0.26.8 -> 0.26.9

This commit is contained in:
R. RyanTM
2021-02-26 20:37:23 -05:00
committed by tomberek
parent c168e05c7e
commit 64f189c8a0
+2 -2
View File
@@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.26.8";
version = "0.26.9";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
sha256 = "0pkhvxcfk70dnmgczyyq585mxrfwqai44ikshs4c1imh92z25llq";
sha256 = "sha256-d0k8OQZ+ij+dslc3iAQkgy1TyYAL7Bf1xvSH21eTGO8=";
};
postPatch = ''