circt: 1.58.0 -> 1.59.0

This commit is contained in:
R. Ryantm 2023-11-17 23:50:12 +00:00 committed by Jonathan Ringer
parent c155f43938
commit f4f8e7c13d

View file

@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.58.0";
version = "1.59.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-WX3eZl9/N8K4VzBOLHZrxwEI7V+AxOnSA0XYKFHlqcE=";
sha256 = "sha256-HsfvLxXyYvzUL+FO/i8iRbyQV8OFF3Cx8/g8/9aJE2M=";
fetchSubmodules = true;
};