netgen: 6.2.2504 -> 6.2.2505

Diff: https://github.com/NGSolve/netgen/compare/v6.2.2504...v6.2.2505
This commit is contained in:
qbisi
2025-09-04 09:05:35 +08:00
parent 2c39f778d8
commit ff447bfe52
+2 -2
View File
@@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "netgen";
version = "6.2.2504";
version = "6.2.2505";
src = fetchFromGitHub {
owner = "ngsolve";
repo = "netgen";
tag = "v${finalAttrs.version}";
hash = "sha256-N4mmh2H2qvc+3Pa9CHm38arViI76Qvwp8fOVGZbMv1M=";
hash = "sha256-MPnibhDzNjqmpW5C76KdeYoZGfKLU0KJ20EnjrK1S+Y=";
};
patches = [