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 Sep 11, 2024
1 parent ab32791 commit 7d78887
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-09-06",
"date": "2024-09-11",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "fd2ba0c73278e95df5820128062a1de1be6f4cc4",
"sha256": "sha256-oniOTue8NvYx+ypjB/trJzYi1RCEH16AslLlzabsVFY=",
"rev": "1b8118c6c1401077282b54576c840f9e0bc5af72",
"sha256": "sha256-7au4sFiqcZ0Lx7uEEh5Wd16ecohMt1S6gwPMrHinn04=",
"type": "github"
},
"version": "fd2ba0c73278e95df5820128062a1de1be6f4cc4"
"version": "1b8118c6c1401077282b54576c840f9e0bc5af72"
},
"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 = "fd2ba0c73278e95df5820128062a1de1be6f4cc4";
version = "1b8118c6c1401077282b54576c840f9e0bc5af72";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "fd2ba0c73278e95df5820128062a1de1be6f4cc4";
rev = "1b8118c6c1401077282b54576c840f9e0bc5af72";
fetchSubmodules = false;
sha256 = "sha256-oniOTue8NvYx+ypjB/trJzYi1RCEH16AslLlzabsVFY=";
sha256 = "sha256-7au4sFiqcZ0Lx7uEEh5Wd16ecohMt1S6gwPMrHinn04=";
};
date = "2024-09-06";
date = "2024-09-11";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down

0 comments on commit 7d78887

Please sign in to comment.