Skip to content

Commit 29a01ce

Browse files
authored
klayout: 0.29.12 -> 0.30.0 (NixOS#392660)
2 parents e809d5d + 0817c20 commit 29a01ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/klayout/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
mkDerivation rec {
77
pname = "klayout";
8-
version = "0.29.12";
8+
version = "0.30.0";
99

1010
src = fetchFromGitHub {
1111
owner = "KLayout";
1212
repo = "klayout";
1313
rev = "v${version}";
14-
hash = "sha256-TLLAIlZYKGeQENtzfc9ilWwl4yu2ln7yBy+VW7Zwexc=";
14+
hash = "sha256-i7MQqkVf+NZkmcf589BpLofwqc5KGxRNqdr1Go84M9A=";
1515
};
1616

1717
postPatch = ''

0 commit comments

Comments
 (0)