We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ebbdf commit 504d4c3Copy full SHA for 504d4c3
pkgs/by-name/ci/circt/package.nix
@@ -19,12 +19,12 @@ let
19
in
20
stdenv.mkDerivation rec {
21
pname = "circt";
22
- version = "1.106.0";
+ version = "1.107.0";
23
src = fetchFromGitHub {
24
owner = "llvm";
25
repo = "circt";
26
rev = "firtool-${version}";
27
- hash = "sha256-uVvW8Rh4qCHJrkImHEwOySxszeKHGMGiEY5zmu3tk10=";
+ hash = "sha256-mTZP/QfxMaHXfFzvfyBEGOm1fApivRY03UK9fQE2Pt4=";
28
fetchSubmodules = true;
29
};
30
0 commit comments