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

klayout: 0.28.8 -> 0.28.9-2
This commit is contained in:
Weijia Wang 2023-06-15 15:59:18 +03:00 committed by GitHub
commit 7de70ebf14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''