Merge pull request #297595 from r-ryantm/auto-update/uhdm

uhdm: 1.80 -> 1.82
This commit is contained in:
Weijia Wang 2024-04-01 01:00:41 +02:00 committed by GitHub
commit 974165196f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "UHDM";
# When updating this package, also consider updating science/logic/surelog
version = "1.80";
version = "1.82";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-/aWiN+DPlIjI89u5kx6QoyrGD4DOJTHXxIZ0qHJNDls=";
hash = "sha256-sl83l6nLN/bluED5bnFShviD1Vv8hmRazxIcLUg/ego=";
fetchSubmodules = false; # we use all dependencies from nix
};