uhdm: 1.80 -> 1.82

This commit is contained in:
R. Ryantm 2024-03-21 01:10:36 +00:00
parent 71a5d2c832
commit 32f2120b01

View File

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