Unverified Commit c8a17040 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

klayout: 0.29.6 -> 0.29.7 (#344538)

parents dc94d939 2456a36c
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.6";
  version = "0.29.7";

  src = fetchFromGitHub {
    owner = "KLayout";
    repo = "klayout";
    rev = "v${version}";
    hash = "sha256-gbbes8CPh+Z9wCeQaAaObZjQvBTMe06z8oR12i6e12M=";
    hash = "sha256-4GjCV/Z9al7Hrj7Ik/EvmLy5jPCsU/3Ti9HwOjzPKYc=";
  };

  postPatch = ''