circt: 1.59.0 -> 1.61.0

This commit is contained in:
R. Ryantm
2023-12-11 16:43:06 +00:00
parent 306b3a15bc
commit 711f215260
+2 -2
View File
@@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.59.0";
version = "1.61.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-HsfvLxXyYvzUL+FO/i8iRbyQV8OFF3Cx8/g8/9aJE2M=";
sha256 = "sha256-3zuaruaveUeJ7uKP5fMiDFPOGKcs6aTNuGOuhxV6nss=";
fetchSubmodules = true;
};