Skip to content

Commit b895e51

Browse files
github-actions[bot]Avimitin
authored andcommitted
[deps] Bump dependencies
1 parent c317239 commit b895e51

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chisel": {
33
"cargoLocks": null,
4-
"date": "2025-04-18",
4+
"date": "2025-04-19",
55
"extract": null,
66
"name": "chisel",
77
"passthru": null,
@@ -13,12 +13,12 @@
1313
"name": null,
1414
"owner": "chipsalliance",
1515
"repo": "chisel",
16-
"rev": "6603b9860ce9eddd0520ad1978137b248fdef01a",
17-
"sha256": "sha256-xZYUAAQLAPyswRnMkMwpRvaV5flBY7AZYkGG2mwe0Pc=",
16+
"rev": "28fc08ff3a01de6f84212729f7ee00b1ac52f3ed",
17+
"sha256": "sha256-wNK9tJUgrmMe892nXIGzq/RVceRpoBbiEF8UDET+HbM=",
1818
"sparseCheckout": [],
1919
"type": "github"
2020
},
21-
"version": "6603b9860ce9eddd0520ad1978137b248fdef01a"
21+
"version": "28fc08ff3a01de6f84212729f7ee00b1ac52f3ed"
2222
},
2323
"zaozi": {
2424
"cargoLocks": null,

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
chisel = {
55
pname = "chisel";
6-
version = "6603b9860ce9eddd0520ad1978137b248fdef01a";
6+
version = "28fc08ff3a01de6f84212729f7ee00b1ac52f3ed";
77
src = fetchFromGitHub {
88
owner = "chipsalliance";
99
repo = "chisel";
10-
rev = "6603b9860ce9eddd0520ad1978137b248fdef01a";
10+
rev = "28fc08ff3a01de6f84212729f7ee00b1ac52f3ed";
1111
fetchSubmodules = false;
12-
sha256 = "sha256-xZYUAAQLAPyswRnMkMwpRvaV5flBY7AZYkGG2mwe0Pc=";
12+
sha256 = "sha256-wNK9tJUgrmMe892nXIGzq/RVceRpoBbiEF8UDET+HbM=";
1313
};
14-
date = "2025-04-18";
14+
date = "2025-04-19";
1515
};
1616
zaozi = {
1717
pname = "zaozi";

templates/chisel/nix/dependencies/locks/chisel-lock.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3945,4 +3945,4 @@ in
39453945
};
39463946

39473947
}
3948-
# Project Source Hash:sha256-xZYUAAQLAPyswRnMkMwpRvaV5flBY7AZYkGG2mwe0Pc=
3948+
# Project Source Hash:sha256-wNK9tJUgrmMe892nXIGzq/RVceRpoBbiEF8UDET+HbM=

0 commit comments

Comments
 (0)