mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +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;
|
githubId = 307899;
|
||||||
name = "Gurkan Gur";
|
name = "Gurkan Gur";
|
||||||
};
|
};
|
||||||
|
sequencer = {
|
||||||
|
email = "liu@jiuyang.me";
|
||||||
|
github = "sequencer";
|
||||||
|
githubId = 5791019;
|
||||||
|
name = "Jiuyang Liu";
|
||||||
|
};
|
||||||
serge = {
|
serge = {
|
||||||
email = "sb@canva.com";
|
email = "sb@canva.com";
|
||||||
github = "serge-belov";
|
github = "serge-belov";
|
||||||
|
|
|
@ -18,12 +18,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "circt";
|
pname = "circt";
|
||||||
version = "1.83.0";
|
version = "1.84.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "llvm";
|
owner = "llvm";
|
||||||
repo = "circt";
|
repo = "circt";
|
||||||
rev = "firtool-${version}";
|
rev = "firtool-${version}";
|
||||||
hash = "sha256-shXGr+Cgs6uEO1eIeWytaOmMbq1fjTshud/AH5A1gZs=";
|
hash = "sha256-9GOn0wnFQ9JidLf5qpz2xG0lf+cCqKMvZnAy4JDCFu4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Circuit IR compilers and tools";
|
description = "Circuit IR compilers and tools";
|
||||||
homepage = "https://circt.org/";
|
homepage = "https://circt.org/";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ sharzy pineapplehunter ];
|
maintainers = with lib.maintainers; [ sharzy pineapplehunter sequencer ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue