From b21f8d1640b707b8b8f9344a5b2fed2aa79ad6f8 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Mon, 22 Jan 2024 21:33:27 +0800 Subject: [PATCH] circt: 1.62.0 -> 1.63.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 e44f8710cd48..6f83e9960ddc 100644 --- a/pkgs/development/compilers/circt/default.nix +++ b/pkgs/development/compilers/circt/default.nix @@ -17,12 +17,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; - version = "1.62.0"; + version = "1.63.0"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; - sha256 = "sha256-WUuH6rExuz6cQEW9wCVLM2ZTCry33UbUgob/eu4xnfM="; + sha256 = "sha256-ln56E66AHga80TkeiVd3A3WobdTe1UnE7o5t6+tmR0Q="; fetchSubmodules = true; };