Commit b2dad884 authored by Henner Zeller's avatar Henner Zeller Committed by Austin Seipp
Browse files

uhdm: 1.74 -> 1.76

parent c7a2de59
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,13 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "UHDM";
  version = "1.74";
  # When updating this package, also consider updating science/logic/surelog
  version = "1.76";

  src = fetchFromGitHub {
    owner = "chipsalliance";
    repo = finalAttrs.pname;
    rev = "v${finalAttrs.version}";
    hash = "sha256-DiwLo/3RcXY+wG2+7aDx4p6UuQm/eNX/kG35TJzIbe0=";
    hash = "sha256-Q/u5lvILYDT5iScES3CTPIm/B5apoOHXOQmCsZ73NlU=";
    fetchSubmodules = false;  # we use all dependencies from nix
  };