Unverified Commit 29a01ce2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

klayout: 0.29.12 -> 0.30.0 (#392660)

parents e809d5d9 0817c203
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.12";
  version = "0.30.0";

  src = fetchFromGitHub {
    owner = "KLayout";
    repo = "klayout";
    rev = "v${version}";
    hash = "sha256-TLLAIlZYKGeQENtzfc9ilWwl4yu2ln7yBy+VW7Zwexc=";
    hash = "sha256-i7MQqkVf+NZkmcf589BpLofwqc5KGxRNqdr1Go84M9A=";
  };

  postPatch = ''