Skip to content

Commit 13d2bba

Browse files
[deps] Bump dependencies
1 parent 265c58f commit 13d2bba

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

templates/chisel/flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chisel": {
33
"cargoLocks": null,
4-
"date": "2025-04-11",
4+
"date": "2025-04-14",
55
"extract": null,
66
"name": "chisel",
77
"passthru": null,
@@ -13,16 +13,16 @@
1313
"name": null,
1414
"owner": "chipsalliance",
1515
"repo": "chisel",
16-
"rev": "79fd59a994eb6a270751e5b71e4fe089b4625a11",
17-
"sha256": "sha256-mIn4/WC1GwpZQxaDsa5YNqdpWJ1Cf1aRMEv2kd8mRF8=",
16+
"rev": "8236f8164c178c39a8c2163db1497823e67b32a1",
17+
"sha256": "sha256-uXU2hnijYiSByNN247vv8zI/q0Xcud52eti6r5Wddsw=",
1818
"sparseCheckout": [],
1919
"type": "github"
2020
},
21-
"version": "79fd59a994eb6a270751e5b71e4fe089b4625a11"
21+
"version": "8236f8164c178c39a8c2163db1497823e67b32a1"
2222
},
2323
"zaozi": {
2424
"cargoLocks": null,
25-
"date": "2025-03-29",
25+
"date": "2025-04-14",
2626
"extract": null,
2727
"name": "zaozi",
2828
"passthru": null,
@@ -34,11 +34,11 @@
3434
"name": null,
3535
"owner": "sequencer",
3636
"repo": "zaozi",
37-
"rev": "57ec13b25347f82569faae4ec7a3c62582f945b5",
38-
"sha256": "sha256-oOG2L0SV6JMVzaCvdovtmJbEUsypxr2wcajN2feltIY=",
37+
"rev": "5770967e3301547c547ed2b7bbc7c181f95524bf",
38+
"sha256": "sha256-U9wZ3sBJbsdjwfunz7rN3YPDKefvRrkdrKGuAXs6WjQ=",
3939
"sparseCheckout": [],
4040
"type": "github"
4141
},
42-
"version": "57ec13b25347f82569faae4ec7a3c62582f945b5"
42+
"version": "5770967e3301547c547ed2b7bbc7c181f95524bf"
4343
}
4444
}

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
{
44
chisel = {
55
pname = "chisel";
6-
version = "79fd59a994eb6a270751e5b71e4fe089b4625a11";
6+
version = "8236f8164c178c39a8c2163db1497823e67b32a1";
77
src = fetchFromGitHub {
88
owner = "chipsalliance";
99
repo = "chisel";
10-
rev = "79fd59a994eb6a270751e5b71e4fe089b4625a11";
10+
rev = "8236f8164c178c39a8c2163db1497823e67b32a1";
1111
fetchSubmodules = false;
12-
sha256 = "sha256-mIn4/WC1GwpZQxaDsa5YNqdpWJ1Cf1aRMEv2kd8mRF8=";
12+
sha256 = "sha256-uXU2hnijYiSByNN247vv8zI/q0Xcud52eti6r5Wddsw=";
1313
};
14-
date = "2025-04-11";
14+
date = "2025-04-14";
1515
};
1616
zaozi = {
1717
pname = "zaozi";
18-
version = "57ec13b25347f82569faae4ec7a3c62582f945b5";
18+
version = "5770967e3301547c547ed2b7bbc7c181f95524bf";
1919
src = fetchFromGitHub {
2020
owner = "sequencer";
2121
repo = "zaozi";
22-
rev = "57ec13b25347f82569faae4ec7a3c62582f945b5";
22+
rev = "5770967e3301547c547ed2b7bbc7c181f95524bf";
2323
fetchSubmodules = false;
24-
sha256 = "sha256-oOG2L0SV6JMVzaCvdovtmJbEUsypxr2wcajN2feltIY=";
24+
sha256 = "sha256-U9wZ3sBJbsdjwfunz7rN3YPDKefvRrkdrKGuAXs6WjQ=";
2525
};
26-
date = "2025-03-29";
26+
date = "2025-04-14";
2727
};
2828
}

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-mIn4/WC1GwpZQxaDsa5YNqdpWJ1Cf1aRMEv2kd8mRF8=
3948+
# Project Source Hash:sha256-uXU2hnijYiSByNN247vv8zI/q0Xcud52eti6r5Wddsw=

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1749,4 +1749,4 @@ in
17491749
};
17501750

17511751
}
1752-
# Project Source Hash:sha256-oOG2L0SV6JMVzaCvdovtmJbEUsypxr2wcajN2feltIY=
1752+
# Project Source Hash:sha256-U9wZ3sBJbsdjwfunz7rN3YPDKefvRrkdrKGuAXs6WjQ=

0 commit comments

Comments
 (0)