netgen-vlsi: 1.5.321 -> 1.5.323 (#540040)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-10 08:18:05 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netgen";
version = "1.5.321";
version = "1.5.323";
src = fetchFromGitHub {
owner = "RTimothyEdwards";
repo = "netgen";
tag = finalAttrs.version;
hash = "sha256-jq7JvChnNSeZf7OrV9EIiOPv5nDqs6r8L9TY6k4vGXc=";
hash = "sha256-L8DJdk5lkb/qh5GbZK9eDNq1eZPEQq4ZZsBQPDJcKJ0=";
};
strictDeps = true;