circt: 1.105.0 -> 1.106.0

This commit is contained in:
R. Ryantm
2025-02-18 23:53:36 +00:00
parent c3e1114c80
commit 42148ba1ee
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.105.0";
version = "1.106.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-1LnCvXcGDQ1pBEux2yX6crPaWdcoWbLHFALtjoGJGL0=";
hash = "sha256-uVvW8Rh4qCHJrkImHEwOySxszeKHGMGiEY5zmu3tk10=";
fetchSubmodules = true;
};