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.
2 parents ccfa505 + 4676f0c commit 6a25eabCopy full SHA for 6a25eab
pkgs/by-name/ci/circt/package.nix
@@ -19,12 +19,12 @@ let
19
in
20
stdenv.mkDerivation rec {
21
pname = "circt";
22
- version = "1.108.0";
+ version = "1.109.0";
23
src = fetchFromGitHub {
24
owner = "llvm";
25
repo = "circt";
26
rev = "firtool-${version}";
27
- hash = "sha256-uffGyfSTAZUHBkg3Tr25S7SagYTqrcuiDzKqPwlYfkc=";
+ hash = "sha256-FFMmS5S382Dy8Ut01pY0eq1bI1uSn8I3evMS6hftSss=";
28
fetchSubmodules = true;
29
};
30
0 commit comments