circt: 1.98.0 -> 1.99.1

This commit is contained in:
R. Ryantm
2024-12-21 04:30:24 +00:00
parent 8f85b83ec4
commit 0ff97fc16f
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.98.0";
version = "1.99.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-wkaspxwWJ7xJVQ+VZ9Z85zbzOcLAb3v55EJQjd+jiw8=";
hash = "sha256-pnC8BLf2encv7UR10q6rTTpAZ6T0fETwumwTSu+Q8Ro=";
fetchSubmodules = true;
};