Skip to content

Commit

Permalink
[nix] bump chisel
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Apr 30, 2024
1 parent 4671d17 commit 2046d77
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in
fetchMillDeps = final.callPackage ./pkgs/mill-builder.nix { };
circt-full = final.callPackage ./pkgs/circt-full.nix { };

mill = let jre = final.graalvm-ce; in
mill = let jre = final.jdk21; in
(prev.mill.override { inherit jre; }).overrideAttrs (_: {
passthru = { inherit jre; };
});
Expand Down
24 changes: 12 additions & 12 deletions nix/t1/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-03-27",
"date": "2024-04-23",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -73,15 +73,15 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "9177535ff1be47ffd99034bf0154c0f1ec637419",
"sha256": "sha256-smqNuOnmz+MeVGyS7mdIzegniQ/6EJH4CFqK4JntvrI=",
"rev": "22e9d0224ae38eed7a1cc716d79e577e7e3a826a",
"sha256": "sha256-hY7FiMl+BDKrZCVCyHDO20d+IxLakLGkBTz5lRW6kpk=",
"type": "github"
},
"version": "9177535ff1be47ffd99034bf0154c0f1ec637419"
"version": "22e9d0224ae38eed7a1cc716d79e577e7e3a826a"
},
"diplomacy": {
"cargoLocks": null,
"date": "2024-03-11",
"date": "2024-03-12",
"extract": null,
"name": "diplomacy",
"passthru": null,
Expand All @@ -93,15 +93,15 @@
"name": null,
"owner": "chipsalliance",
"repo": "diplomacy",
"rev": "edf375300d99a4c260a214d7c1553de0040771d7",
"sha256": "sha256-3WuzrzFaQnVsSEpQTBjO+Xy1z+ouH0TjKI1AS02/bhQ=",
"rev": "e66d57b040de72631bbb592ae852219fbc00720c",
"sha256": "sha256-P4aqKY9DPTlT132M+exRCq4uQwbPoA+2jlY7I95rDKg=",
"type": "github"
},
"version": "edf375300d99a4c260a214d7c1553de0040771d7"
"version": "e66d57b040de72631bbb592ae852219fbc00720c"
},
"riscv-opcodes": {
"cargoLocks": null,
"date": "2023-11-27",
"date": "2024-04-10",
"extract": null,
"name": "riscv-opcodes",
"passthru": null,
Expand All @@ -113,11 +113,11 @@
"name": null,
"owner": "riscv",
"repo": "riscv-opcodes",
"rev": "61d2ef45dcb4a276a1e69643880cb75a9ca5ba79",
"sha256": "sha256-jdXKNIigKAqn2bbrMn6HxB61AM8KwSCvFEoL1N604rw=",
"rev": "9fa26954e79d4403eedcbe1b35395001bbbeb8b1",
"sha256": "sha256-Gt3v8/VVNhB4IFL7kud8Y7EnSM2/2H4urV1AmBviP9E=",
"type": "github"
},
"version": "61d2ef45dcb4a276a1e69643880cb75a9ca5ba79"
"version": "9fa26954e79d4403eedcbe1b35395001bbbeb8b1"
},
"rocket-chip": {
"cargoLocks": null,
Expand Down
24 changes: 12 additions & 12 deletions nix/t1/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,39 +39,39 @@
};
chisel = {
pname = "chisel";
version = "9177535ff1be47ffd99034bf0154c0f1ec637419";
version = "22e9d0224ae38eed7a1cc716d79e577e7e3a826a";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "9177535ff1be47ffd99034bf0154c0f1ec637419";
rev = "22e9d0224ae38eed7a1cc716d79e577e7e3a826a";
fetchSubmodules = false;
sha256 = "sha256-smqNuOnmz+MeVGyS7mdIzegniQ/6EJH4CFqK4JntvrI=";
sha256 = "sha256-hY7FiMl+BDKrZCVCyHDO20d+IxLakLGkBTz5lRW6kpk=";
};
date = "2024-03-27";
date = "2024-04-23";
};
diplomacy = {
pname = "diplomacy";
version = "edf375300d99a4c260a214d7c1553de0040771d7";
version = "e66d57b040de72631bbb592ae852219fbc00720c";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "diplomacy";
rev = "edf375300d99a4c260a214d7c1553de0040771d7";
rev = "e66d57b040de72631bbb592ae852219fbc00720c";
fetchSubmodules = false;
sha256 = "sha256-3WuzrzFaQnVsSEpQTBjO+Xy1z+ouH0TjKI1AS02/bhQ=";
sha256 = "sha256-P4aqKY9DPTlT132M+exRCq4uQwbPoA+2jlY7I95rDKg=";
};
date = "2024-03-11";
date = "2024-03-12";
};
riscv-opcodes = {
pname = "riscv-opcodes";
version = "61d2ef45dcb4a276a1e69643880cb75a9ca5ba79";
version = "9fa26954e79d4403eedcbe1b35395001bbbeb8b1";
src = fetchFromGitHub {
owner = "riscv";
repo = "riscv-opcodes";
rev = "61d2ef45dcb4a276a1e69643880cb75a9ca5ba79";
rev = "9fa26954e79d4403eedcbe1b35395001bbbeb8b1";
fetchSubmodules = false;
sha256 = "sha256-jdXKNIigKAqn2bbrMn6HxB61AM8KwSCvFEoL1N604rw=";
sha256 = "sha256-Gt3v8/VVNhB4IFL7kud8Y7EnSM2/2H4urV1AmBviP9E=";
};
date = "2023-11-27";
date = "2024-04-10";
};
rocket-chip = {
pname = "rocket-chip";
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/t1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let
./../../common.sc
];
};
millDepsHash = "sha256-Ri0aB4SxBdwuNOnBvvsTwVdAnvtiKIW5EMrulDX4sVo=";
millDepsHash = "sha256-rkS/bTDnjnyzdQyTIhfLj3e0mMdDn4fzv/660rO3qYg=";
nativeBuildInputs = [ submodules.setupHook ];
};

Expand Down

0 comments on commit 2046d77

Please sign in to comment.