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

klayout: 0.28.4 -> 0.28.5
This commit is contained in:
Weijia Wang
2023-02-08 06:35:01 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.28.4";
version = "0.28.5";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-6RIzgC/PA2DqO24vKu+d/+GttufUbIH+k9GZe09M0vM=";
hash = "sha256-fjKxQ3oVtnFwzLeeE6kN0jKE5PIfBZubTF54KO+k/DE=";
};
postPatch = ''