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 Aug 11, 2024
1 parent c3ce8d2 commit 2f29602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.

8 changes: 4 additions & 4 deletions nix/t1/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-08-09",
"date": "2024-08-10",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "3b64e70af4ffa02796bd174667b6d5f3c2a99197",
"sha256": "sha256-mU/+KmZDJtcZ++zWYeH5isbpZ/oeeuQyQ41IvGOoE6Y=",
"rev": "c49ff98db352b6da445da48327aaf3b8c1dd04d2",
"sha256": "sha256-rwQHowVLUcyS4YoSaiTQd1QFbl4ujExzSDd4lo3fpZc=",
"type": "github"
},
"version": "3b64e70af4ffa02796bd174667b6d5f3c2a99197"
"version": "c49ff98db352b6da445da48327aaf3b8c1dd04d2"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions nix/t1/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
};
chisel = {
pname = "chisel";
version = "3b64e70af4ffa02796bd174667b6d5f3c2a99197";
version = "c49ff98db352b6da445da48327aaf3b8c1dd04d2";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "3b64e70af4ffa02796bd174667b6d5f3c2a99197";
rev = "c49ff98db352b6da445da48327aaf3b8c1dd04d2";
fetchSubmodules = false;
sha256 = "sha256-mU/+KmZDJtcZ++zWYeH5isbpZ/oeeuQyQ41IvGOoE6Y=";
sha256 = "sha256-rwQHowVLUcyS4YoSaiTQd1QFbl4ujExzSDd4lo3fpZc=";
};
date = "2024-08-09";
date = "2024-08-10";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down

0 comments on commit 2f29602

Please sign in to comment.