From fe33f762c16ce47901303063c7e755421225262c Mon Sep 17 00:00:00 2001 From: SharzyL Date: Sat, 11 Feb 2023 10:46:37 +0800 Subject: [PATCH] circt: 1.29.0 -> 1.30.0 Release notes: https://github.com/llvm/circt/releases/tag/firtool-1.30.0 --- pkgs/development/compilers/circt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/circt/default.nix b/pkgs/development/compilers/circt/default.nix index a8e36cbc785f2..7bf6a64eeb84c 100644 --- a/pkgs/development/compilers/circt/default.nix +++ b/pkgs/development/compilers/circt/default.nix @@ -13,12 +13,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; - version = "1.29.0"; + version = "1.30.0"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; - sha256 = "sha256-HsXwh98RZuXvK/KkZ2NAGwWNLxUAQVj+WKzZXd4C4Is="; + sha256 = "sha256-VP1QwY/gA8wxjpzbAlEV5r2Q8sTt3K2sGdKmxr6ndB8="; fetchSubmodules = true; };