Skip to content

Commit 6a25eab

Browse files
circt: 1.108.0 -> 1.109.0 (#390415)
Co-authored-by: pineapplehunter <[email protected]>
2 parents ccfa505 + 4676f0c commit 6a25eab

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.108.0";
22+
version = "1.109.0";
2323
src = fetchFromGitHub {
2424
owner = "llvm";
2525
repo = "circt";
2626
rev = "firtool-${version}";
27-
hash = "sha256-uffGyfSTAZUHBkg3Tr25S7SagYTqrcuiDzKqPwlYfkc=";
27+
hash = "sha256-FFMmS5S382Dy8Ut01pY0eq1bI1uSn8I3evMS6hftSss=";
2828
fetchSubmodules = true;
2929
};
3030

0 commit comments

Comments
 (0)