circt: 1.113.0 -> 1.114.0

Signed-off-by: unlsycn <unlsycn@unlsycn.com>
This commit is contained in:
unlsycn
2025-04-20 01:20:58 +08:00
parent 651302ced0
commit 34e6773ed9
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.113.0";
version = "1.114.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-hzS9ztX2/n4PJIerwQ5DNIuV6975KgyitOvG2jHNM/w=";
hash = "sha256-wNgaOQaL5Vl9bvFMpYNijvyYxlSccGiSsxfk0QRpMCo=";
fetchSubmodules = true;
};