Commit 40ddf2b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

circt: 1.116.0 -> 1.118.0

parent 6d295c7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.116.0";
  version = "1.118.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-rrlg4A3coeois4kdSrSuVQ8bMOaqL2cxdJhLlozDDyg=";
    hash = "sha256-ZjJQkl9KgrCwxafHyQzX+wutl5FIdwHpKGaB5mlhdsc=";
    fetchSubmodules = true;
  };