klayout: 0.28.9-2 -> 0.28.10

This commit is contained in:
R. Ryantm 2023-07-12 05:30:04 +00:00
parent ab7b093937
commit ccadeaa14c

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.28.9-2";
version = "0.28.10";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-yBBzJceYHuqYhYvZHpL22uFsOz1TKZFwdzuUQOC4wQw=";
hash = "sha256-CDaLKBDm4slUMZ8OWm/wNub4P8LY26P8G8oIxwzJyXY=";
};
postPatch = ''