Skip to content

Commit 2eb3146

Browse files
[deps] Bump dependencies
1 parent ce608a2 commit 2eb3146

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chisel": {
33
"cargoLocks": null,
4-
"date": "2024-10-05",
4+
"date": "2024-10-07",
55
"extract": null,
66
"name": "chisel",
77
"passthru": null,
@@ -13,10 +13,10 @@
1313
"name": null,
1414
"owner": "chipsalliance",
1515
"repo": "chisel",
16-
"rev": "4f392323e9160440961b9f06e383d3f2742d2f3e",
17-
"sha256": "sha256-rLrNRXWnMSJ/a002ff62uASWadp4xE+ML6R3+EcyAjU=",
16+
"rev": "75e8fbe02baa3bc6cb7a27fd490628226d37cda9",
17+
"sha256": "sha256-tcb/kC4OH45lAKuhZM5HnVRmu+gEPVuzgkywi7ppA7w=",
1818
"type": "github"
1919
},
20-
"version": "4f392323e9160440961b9f06e383d3f2742d2f3e"
20+
"version": "75e8fbe02baa3bc6cb7a27fd490628226d37cda9"
2121
}
2222
}

templates/chisel/nix/pkgs/dependencies/_sources/generated.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
{
44
chisel = {
55
pname = "chisel";
6-
version = "4f392323e9160440961b9f06e383d3f2742d2f3e";
6+
version = "75e8fbe02baa3bc6cb7a27fd490628226d37cda9";
77
src = fetchFromGitHub {
88
owner = "chipsalliance";
99
repo = "chisel";
10-
rev = "4f392323e9160440961b9f06e383d3f2742d2f3e";
10+
rev = "75e8fbe02baa3bc6cb7a27fd490628226d37cda9";
1111
fetchSubmodules = false;
12-
sha256 = "sha256-rLrNRXWnMSJ/a002ff62uASWadp4xE+ML6R3+EcyAjU=";
12+
sha256 = "sha256-tcb/kC4OH45lAKuhZM5HnVRmu+gEPVuzgkywi7ppA7w=";
1313
};
14-
date = "2024-10-05";
14+
date = "2024-10-07";
1515
};
1616
}

0 commit comments

Comments
 (0)