Commit 3771c772 authored by Helge Gehring's avatar Helge Gehring
Browse files

klayout: 0.29.5 -> 0.29.6

parent b84ff32c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

mkDerivation rec {
  pname = "klayout";
  version = "0.29.5";
  version = "0.29.6";

  src = fetchFromGitHub {
    owner = "KLayout";
    repo = "klayout";
    rev = "v${version}";
    hash = "sha256-V6LrVZJdARUZ+aYGe1fWulbOpr2Qs5oqnclFvmc1vhw=";
    hash = "sha256-gbbes8CPh+Z9wCeQaAaObZjQvBTMe06z8oR12i6e12M=";
  };

  postPatch = ''