uhdm: 1.74 -> 1.76

This commit is contained in:
Henner Zeller
2023-10-15 09:30:13 -05:00
committed by Austin Seipp
parent c7a2de59f5
commit b2dad8840a
@@ -9,13 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "UHDM";
version = "1.74";
# When updating this package, also consider updating science/logic/surelog
version = "1.76";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-DiwLo/3RcXY+wG2+7aDx4p6UuQm/eNX/kG35TJzIbe0=";
hash = "sha256-Q/u5lvILYDT5iScES3CTPIm/B5apoOHXOQmCsZ73NlU=";
fetchSubmodules = false; # we use all dependencies from nix
};