circt: 1.122.0 -> 1.124.0 (#422711)

Co-authored-by: pineapplehunter <peshogo@gmail.com>

authored by

nixpkgs-merge-bot[bot]
pineapplehunter
and committed by
GitHub
f6446ca7 f43a0881

+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.122.0"; 22 + version = "1.124.0"; 23 23 src = fetchFromGitHub { 24 24 owner = "llvm"; 25 25 repo = "circt"; 26 26 rev = "firtool-${version}"; 27 - hash = "sha256-8q/oh/LjeOsfQSQBfnyhQjGIYtRLgyEENsyfgxyTnv0="; 27 + hash = "sha256-IoS7mhQLiaVlqyosqOOaoGKBkS5WuQHRJK9v+FonCxc="; 28 28 fetchSubmodules = true; 29 29 }; 30 30