Unverified Commit bd78fe26 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

circt: 1.101.0 -> 1.102.0 (#376347)



Co-authored-by: default avatarsequencer <liu@jiuyang.me>
parents ecd26a46 f6ea0851
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.101.0";
  version = "1.102.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-4pGdb7CZTYjaGgrwRwI9mtmqJaFY7AwGk36PLASUDFU=";
    hash = "sha256-hnmQR9Buu+2z1UkeStVFazbl/czUhV8E7sZrkcPGKFo=";
    fetchSubmodules = true;
  };