mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
circt: 1.83.0 -> 1.84.0 (#338312)
This commit is contained in:
commit
306a4ca1d9
2 changed files with 9 additions and 3 deletions
|
@ -18783,6 +18783,12 @@
|
|||
githubId = 307899;
|
||||
name = "Gurkan Gur";
|
||||
};
|
||||
sequencer = {
|
||||
email = "liu@jiuyang.me";
|
||||
github = "sequencer";
|
||||
githubId = 5791019;
|
||||
name = "Jiuyang Liu";
|
||||
};
|
||||
serge = {
|
||||
email = "sb@canva.com";
|
||||
github = "serge-belov";
|
||||
|
|
|
@ -18,12 +18,12 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "circt";
|
||||
version = "1.83.0";
|
||||
version = "1.84.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "llvm";
|
||||
repo = "circt";
|
||||
rev = "firtool-${version}";
|
||||
hash = "sha256-shXGr+Cgs6uEO1eIeWytaOmMbq1fjTshud/AH5A1gZs=";
|
||||
hash = "sha256-9GOn0wnFQ9JidLf5qpz2xG0lf+cCqKMvZnAy4JDCFu4=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Circuit IR compilers and tools";
|
||||
homepage = "https://circt.org/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ sharzy pineapplehunter ];
|
||||
maintainers = with lib.maintainers; [ sharzy pineapplehunter sequencer ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue