netgen-vlsi: 1.5.320 -> 1.5.321

This commit is contained in:
R. Ryantm
2026-06-13 15:54:02 +00:00
parent 4625238fef
commit 302df6f02d
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netgen";
version = "1.5.320";
version = "1.5.321";
src = fetchFromGitHub {
owner = "RTimothyEdwards";
repo = "netgen";
tag = finalAttrs.version;
hash = "sha256-h4SESGTjeD8vtLiLFSkIlnBVQfysQvxWp4E5nS1wu4Y=";
hash = "sha256-jq7JvChnNSeZf7OrV9EIiOPv5nDqs6r8L9TY6k4vGXc=";
};
strictDeps = true;