Skip to content

Commit 750aa0b

Browse files
authored
circt: 1.106.0 -> 1.107.0 (#385568)
2 parents 499c127 + 504d4c3 commit 750aa0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ci/circt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ let
1919
in
2020
stdenv.mkDerivation rec {
2121
pname = "circt";
22-
version = "1.106.0";
22+
version = "1.107.0";
2323
src = fetchFromGitHub {
2424
owner = "llvm";
2525
repo = "circt";
2626
rev = "firtool-${version}";
27-
hash = "sha256-uVvW8Rh4qCHJrkImHEwOySxszeKHGMGiEY5zmu3tk10=";
27+
hash = "sha256-mTZP/QfxMaHXfFzvfyBEGOm1fApivRY03UK9fQE2Pt4=";
2828
fetchSubmodules = true;
2929
};
3030

0 commit comments

Comments
 (0)