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

uhdm: 1.73 -> 1.74

authored by

Weijia Wang and committed by
GitHub
5cf0d8d8 a10eed3e

+2 -2
+2 -2
pkgs/applications/science/logic/uhdm/default.nix
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "UHDM"; 12 - version = "1.73"; 13 14 src = fetchFromGitHub { 15 owner = "chipsalliance"; 16 repo = finalAttrs.pname; 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-VmRn51UrJTGEG4n2fi5kRv8khXakfGbqMtYPejsZCBI="; 19 fetchSubmodules = false; # we use all dependencies from nix 20 }; 21
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "UHDM"; 12 + version = "1.74"; 13 14 src = fetchFromGitHub { 15 owner = "chipsalliance"; 16 repo = finalAttrs.pname; 17 rev = "v${finalAttrs.version}"; 18 + hash = "sha256-DiwLo/3RcXY+wG2+7aDx4p6UuQm/eNX/kG35TJzIbe0="; 19 fetchSubmodules = false; # we use all dependencies from nix 20 }; 21