netgen-vlsi: 1.5.319 -> 1.5.320

This commit is contained in:
R. Ryantm
2026-05-26 04:54:32 +00:00
parent 0a6619d2fd
commit bcf5be94dd

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netgen";
version = "1.5.319";
version = "1.5.320";
src = fetchFromGitHub {
owner = "RTimothyEdwards";
repo = "netgen";
tag = finalAttrs.version;
hash = "sha256-n6UoxoPfUlWrl/3HFEXsZTl+nSTjUzK9WSt4q1kXrZs=";
hash = "sha256-h4SESGTjeD8vtLiLFSkIlnBVQfysQvxWp4E5nS1wu4Y=";
};
strictDeps = true;