3
0
Fork 0
forked from mirrors/nixpkgs

klayout: 0.28.8 -> 0.28.9-2

This commit is contained in:
R. Ryantm 2023-06-13 19:53:50 +00:00
parent c7173299cc
commit 074f8daf2a

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