circt: 1.103.0 -> 1.104.0

This commit is contained in:
R. Ryantm
2025-02-04 17:41:08 +00:00
parent a495480eba
commit c0b1e96dcb
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.103.0";
version = "1.104.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-MpNsGioHd7VstuHlzI7SUvrvGcSpViULzAyL0CzMFgw=";
hash = "sha256-r5UYoeqrXSWvWtR0IgjrH67RIgul3vpNoN+4lWlGrHw=";
fetchSubmodules = true;
};