netgen-vlsi: 1.5.318 -> 1.5.319

This commit is contained in:
R. Ryantm
2026-05-01 07:14:27 +00:00
parent 57cef49acc
commit f714530fe7
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netgen";
version = "1.5.318";
version = "1.5.319";
src = fetchFromGitHub {
owner = "RTimothyEdwards";
repo = "netgen";
tag = finalAttrs.version;
hash = "sha256-JefKDDzavI/fFJ0nsL6n3z4NHTAVWpOEyMxffYVHLac=";
hash = "sha256-n6UoxoPfUlWrl/3HFEXsZTl+nSTjUzK9WSt4q1kXrZs=";
};
strictDeps = true;