lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

circt: 1.98.0 -> 1.99.1 (#367002)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
2f349d60 dba71e4c

+2 -2
+2 -2
pkgs/by-name/ci/circt/package.nix
··· 19 19 in 20 20 stdenv.mkDerivation rec { 21 21 pname = "circt"; 22 - version = "1.98.0"; 22 + version = "1.99.1"; 23 23 src = fetchFromGitHub { 24 24 owner = "llvm"; 25 25 repo = "circt"; 26 26 rev = "firtool-${version}"; 27 - hash = "sha256-wkaspxwWJ7xJVQ+VZ9Z85zbzOcLAb3v55EJQjd+jiw8="; 27 + hash = "sha256-pnC8BLf2encv7UR10q6rTTpAZ6T0fETwumwTSu+Q8Ro="; 28 28 fetchSubmodules = true; 29 29 }; 30 30