Commit 49d80921 authored by Matt Huszagh's avatar Matt Huszagh
Browse files

uhdm: update to 0.9.1.40

parent 3db955db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "UHDM";
  version = "0.9.1.37";
  version = "0.9.1.40";

  src = fetchFromGitHub {
    owner = "chipsalliance";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-mhbgjdbnjZShfwgdZEZshiNkRMPLT5oGcAnrvfrO7DM=";
    hash = "sha256-CliKU2WM8B9012aDcS/mTyIf+JcsVsc4uRRi9+FRWbM=";
    fetchSubmodules = true;
  };