Skip to content

Commit

Permalink
[deps] Bump T1 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin authored and sequencer committed Jan 11, 2025
1 parent 038d63f commit 0d6ea34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nix/t1/dependencies/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "5d68beab176dcd1fb52e09aa6a07f6d01d8a9ac5",
"sha256": "sha256-0vj9cWRZ9emxvVxfHBAN0N9hGHNucZQ0ub17b4j0Dmk=",
"rev": "e12935edb735714279f30d1def9e10b662650d85",
"sha256": "sha256-Cbvq1p1ByyfNLbfKPYJx5GT7xvbxGS7oswnEqcwbbzQ=",
"type": "github"
},
"version": "5d68beab176dcd1fb52e09aa6a07f6d01d8a9ac5"
"version": "e12935edb735714279f30d1def9e10b662650d85"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down
6 changes: 3 additions & 3 deletions nix/t1/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
};
chisel = {
pname = "chisel";
version = "5d68beab176dcd1fb52e09aa6a07f6d01d8a9ac5";
version = "e12935edb735714279f30d1def9e10b662650d85";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "5d68beab176dcd1fb52e09aa6a07f6d01d8a9ac5";
rev = "e12935edb735714279f30d1def9e10b662650d85";
fetchSubmodules = false;
sha256 = "sha256-0vj9cWRZ9emxvVxfHBAN0N9hGHNucZQ0ub17b4j0Dmk=";
sha256 = "sha256-Cbvq1p1ByyfNLbfKPYJx5GT7xvbxGS7oswnEqcwbbzQ=";
};
date = "2025-01-09";
};
Expand Down

0 comments on commit 0d6ea34

Please sign in to comment.