circt: 1.49.0 -> 1.50.0

This commit is contained in:
Shogo Takata
2023-08-09 03:48:17 +09:00
parent c9a4aa0cd9
commit 286fc6c5c1
+2 -2
View File
@@ -13,12 +13,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.49.0";
version = "1.50.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-pHMysxnczKilfjJafobU18/gaWnfrHMpPUd6RQ+CXSg=";
sha256 = "sha256-fZlJw+2kj8ZTt2Yb15yKD9koZPUfnalDchG29PgJTVs=";
fetchSubmodules = true;
};