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 Oct 11, 2024
1 parent 79b2047 commit b75a47a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 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-10-09",
"date": "2024-10-10",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "ff031b807dbf67c78a6c61d1c7a0de4457a07121",
"sha256": "sha256-jBbIZ45DH2fsH1bnTU/y+CdoJ8Qu/v7r8Q9veu1Zj6g=",
"rev": "a1d471a3a7eab913ff604d9a247f3f0ce055e56d",
"sha256": "sha256-3ykigKzkTbSbydwaPp/51A7v2KLdMHDcQ2r+T66LkZA=",
"type": "github"
},
"version": "ff031b807dbf67c78a6c61d1c7a0de4457a07121"
"version": "a1d471a3a7eab913ff604d9a247f3f0ce055e56d"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down Expand Up @@ -119,4 +119,4 @@
},
"version": "6f22826d2c8facb6bf0b41f4bea26a2225751220"
}
}
}
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 = "ff031b807dbf67c78a6c61d1c7a0de4457a07121";
version = "a1d471a3a7eab913ff604d9a247f3f0ce055e56d";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "ff031b807dbf67c78a6c61d1c7a0de4457a07121";
rev = "a1d471a3a7eab913ff604d9a247f3f0ce055e56d";
fetchSubmodules = false;
sha256 = "sha256-jBbIZ45DH2fsH1bnTU/y+CdoJ8Qu/v7r8Q9veu1Zj6g=";
sha256 = "sha256-3ykigKzkTbSbydwaPp/51A7v2KLdMHDcQ2r+T66LkZA=";
};
date = "2024-10-09";
date = "2024-10-10";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down

0 comments on commit b75a47a

Please sign in to comment.