3
0
Fork 0
forked from mirrors/nixpkgs

klayout: 0.28.4 -> 0.28.5

This commit is contained in:
R. Ryantm 2023-02-08 03:55:00 +00:00
parent 12053de9e5
commit 4d39648362

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