uhdm: 1.73 -> 1.74

This commit is contained in:
R. Ryantm 2023-09-20 04:08:31 +00:00
parent 1839996831
commit 89081e1fdf

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "UHDM";
version = "1.73";
version = "1.74";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-VmRn51UrJTGEG4n2fi5kRv8khXakfGbqMtYPejsZCBI=";
hash = "sha256-DiwLo/3RcXY+wG2+7aDx4p6UuQm/eNX/kG35TJzIbe0=";
fetchSubmodules = false; # we use all dependencies from nix
};