uhdm: 1.77 -> 1.80

This commit is contained in:
Henner Zeller 2023-11-29 06:52:06 -08:00 committed by Austin Seipp
parent 9ecf38f085
commit 39dd77fde8

View file

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