Unverified Commit 7de70ebf authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #237622 from r-ryantm/auto-update/klayout

klayout: 0.28.8 -> 0.28.9-2
parents 004e50ac 074f8daf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

mkDerivation rec {
  pname = "klayout";
  version = "0.28.8";
  version = "0.28.9-2";

  src = fetchFromGitHub {
    owner = "KLayout";
    repo = "klayout";
    rev = "v${version}";
    hash = "sha256-xM9bAy+HurJor6v2eVPN9gvUxDkyjKRO8kv4zzv9u7o=";
    hash = "sha256-yBBzJceYHuqYhYvZHpL22uFsOz1TKZFwdzuUQOC4wQw=";
  };

  postPatch = ''