Commit f4f8e7c1 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

circt: 1.58.0 -> 1.59.0

parent c155f439
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.58.0";
  version = "1.59.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    sha256 = "sha256-WX3eZl9/N8K4VzBOLHZrxwEI7V+AxOnSA0XYKFHlqcE=";
    sha256 = "sha256-HsfvLxXyYvzUL+FO/i8iRbyQV8OFF3Cx8/g8/9aJE2M=";
    fetchSubmodules = true;
  };