circt: 1.111.1 -> 1.112.0 (#396574)

This commit is contained in:
Nick Cao
2025-04-07 17:49:49 -04:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.111.1";
version = "1.112.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-eOoUwYNQS83/uNfbbEPUbTf9aIjqc2vklIC3zi9U9KU=";
hash = "sha256-yh7/2QsUO2/sCyrgT8QTBC/BENEZNmXoHTIiz5abngw=";
fetchSubmodules = true;
};