circt: 1.114.1 -> 1.116.0 (#404440)

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

authored by nixpkgs-merge-bot[bot] pineapplehunter and committed by GitHub bf71e602 377ae8a7

+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.114.1"; 22 + version = "1.116.0"; 23 23 src = fetchFromGitHub { 24 24 owner = "llvm"; 25 25 repo = "circt"; 26 26 rev = "firtool-${version}"; 27 - hash = "sha256-VCoXuJl5Qyvu+TQSZHEx7bmF8p3hlp8vNyhFBSQ7ePQ="; 27 + hash = "sha256-rrlg4A3coeois4kdSrSuVQ8bMOaqL2cxdJhLlozDDyg="; 28 28 fetchSubmodules = true; 29 29 }; 30 30