uhdm: 1.76 -> 1.77

This commit is contained in:
R. Ryantm 2023-11-01 03:52:48 +00:00 committed by Jonathan Ringer
parent 7542b11052
commit c526304148

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "UHDM";
# When updating this package, also consider updating science/logic/surelog
version = "1.76";
version = "1.77";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-Q/u5lvILYDT5iScES3CTPIm/B5apoOHXOQmCsZ73NlU=";
hash = "sha256-JKhpcPG4hWlcn2C+Wlx7yNIMXXurAMxLSK4xWN2akMQ=";
fetchSubmodules = false; # we use all dependencies from nix
};