klayout: 0.26.5 -> 0.26.6

gstqt5
R. RyanTM 2020-06-06 10:38:20 +00:00
parent 5f0bd4d70f
commit ffaf3b817a
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.26.5";
version = "0.26.6";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
sha256 = "1zv8yazhdyxm33vdn0m5cciw7zzg45nwdg4rdcsydnrwg7d667r6";
sha256 = "0z17pdjdc2r2m5yi5bfz504dzzs978z8p6bhlf08v2npvigp8vz1";
};
postPatch = ''