circt: 1.114.0 -> 1.114.1

This commit is contained in:
R. Ryantm
2025-04-25 23:26:07 +00:00
parent 5525a6aace
commit 10a8c79dc0
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.114.0";
version = "1.114.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-wNgaOQaL5Vl9bvFMpYNijvyYxlSccGiSsxfk0QRpMCo=";
hash = "sha256-VCoXuJl5Qyvu+TQSZHEx7bmF8p3hlp8vNyhFBSQ7ePQ=";
fetchSubmodules = true;
};