Skip to content

Commit

Permalink
[deps] Bump T1 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Nov 12, 2024
1 parent e118f26 commit f80ff14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions nix/t1/dependencies/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-11-08",
"date": "2024-11-12",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "0e191719107b2d9ee9a98170a6c3419784152307",
"sha256": "sha256-en6BdYoZwM250tnoOtX62Nd7ovxDtM/5ymi0Y2WYBDc=",
"rev": "d660f47a6f787761684ed7837088a3981425d36e",
"sha256": "sha256-lk72dAgE8l20kIcXjPNP29P8Y/WPwwcBaUvAhFUeOBE=",
"type": "github"
},
"version": "0e191719107b2d9ee9a98170a6c3419784152307"
"version": "d660f47a6f787761684ed7837088a3981425d36e"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions nix/t1/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
};
chisel = {
pname = "chisel";
version = "0e191719107b2d9ee9a98170a6c3419784152307";
version = "d660f47a6f787761684ed7837088a3981425d36e";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "0e191719107b2d9ee9a98170a6c3419784152307";
rev = "d660f47a6f787761684ed7837088a3981425d36e";
fetchSubmodules = false;
sha256 = "sha256-en6BdYoZwM250tnoOtX62Nd7ovxDtM/5ymi0Y2WYBDc=";
sha256 = "sha256-lk72dAgE8l20kIcXjPNP29P8Y/WPwwcBaUvAhFUeOBE=";
};
date = "2024-11-08";
date = "2024-11-12";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down

0 comments on commit f80ff14

Please sign in to comment.