Skip to content

Commit 820ef25

Browse files
github-actions[bot]unlsycn
authored andcommitted
[deps] Bump dependencies
1 parent 15ea1f3 commit 820ef25

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

templates/chisel/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chisel": {
33
"cargoLocks": null,
4-
"date": "2024-10-15",
4+
"date": "2024-10-16",
55
"extract": null,
66
"name": "chisel",
77
"passthru": null,
@@ -13,10 +13,10 @@
1313
"name": null,
1414
"owner": "chipsalliance",
1515
"repo": "chisel",
16-
"rev": "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f",
17-
"sha256": "sha256-5DRUvVWl9id85Htw1oDZYoOrSjI+wYxSEV51qZB/qs0=",
16+
"rev": "d564445dbcd81c6ac3319ef9442db2d177ae124f",
17+
"sha256": "sha256-V8CxQ5VIkk2c+7KlQIcQX6Qe2PbMZI7/q+5e4iDXajI=",
1818
"type": "github"
1919
},
20-
"version": "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f"
20+
"version": "d564445dbcd81c6ac3319ef9442db2d177ae124f"
2121
}
2222
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
{
44
chisel = {
55
pname = "chisel";
6-
version = "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f";
6+
version = "d564445dbcd81c6ac3319ef9442db2d177ae124f";
77
src = fetchFromGitHub {
88
owner = "chipsalliance";
99
repo = "chisel";
10-
rev = "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f";
10+
rev = "d564445dbcd81c6ac3319ef9442db2d177ae124f";
1111
fetchSubmodules = false;
12-
sha256 = "sha256-5DRUvVWl9id85Htw1oDZYoOrSjI+wYxSEV51qZB/qs0=";
12+
sha256 = "sha256-V8CxQ5VIkk2c+7KlQIcQX6Qe2PbMZI7/q+5e4iDXajI=";
1313
};
14-
date = "2024-10-15";
14+
date = "2024-10-16";
1515
};
1616
}

0 commit comments

Comments
 (0)