Merge pull request #256619 from pineapplehunter/master

circt: 1.54.0 -> 1.56.1
This commit is contained in:
Nick Cao 2023-09-23 09:23:22 -04:00 committed by GitHub
commit 34a11c3f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -13614,6 +13614,12 @@
githubId = 34967;
name = "Julius de Bruijn";
};
pineapplehunter = {
email = "peshogo+nixpkgs@gmail.com";
github = "pineapplehunter";
githubId = 8869894;
name = "Shogo Takata";
};
pingiun = {
email = "nixos@pingiun.com";
github = "pingiun";

View File

@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.54.0";
version = "1.56.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-jHDQl6UJTyNGZ4PUTEiZCIN/RSRbBxlaVutkwrWbK9M=";
sha256 = "sha256-MOwjfSUd5Dvlvek763AMZWK29dUoc2fblb5qtByTqLA=";
fetchSubmodules = true;
};
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
description = "Circuit IR compilers and tools";
homepage = "https://circt.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ sharzy ];
maintainers = with lib.maintainers; [ sharzy pineapplehunter ];
platforms = lib.platforms.all;
};
}