Merge pull request #334841 from r-ryantm/auto-update/circt

circt: 1.80.1 -> 1.81.1
This commit is contained in:
Sebastián Mancilla
2024-08-17 21:40:40 -04:00
committed by GitHub
+2 -2
View File
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.80.1";
version = "1.81.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-Vqucix0hil9isi4/+DLC4tq8XLVeiFUEMBeJfkZMEpI=";
hash = "sha256-MDmCsDXc4ohqz+btqbWhhq0PoTNqE6MfVpzrjIoS4rU=";
fetchSubmodules = true;
};