Skip to content

Commit

Permalink
[deps] Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and unlsycn committed Feb 20, 2025
1 parent f62495e commit 32035af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions templates/chisel/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chisel": {
"cargoLocks": null,
"date": "2025-02-14",
"date": "2025-02-18",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -13,11 +13,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "a95cfe4ce5f7319abec6fc7d48aac3c8c13956a4",
"sha256": "sha256-T/CzyOyPkr6J6BMGs6LVTyyGqA6JvDAPTQ38qHMczVY=",
"rev": "e20069ee8fd73ffb036a2a2cc17c7b3a9956dd3c",
"sha256": "sha256-n0s+xtvOMaqrxqCYkK57i99nn+0ROqz9A8VegyAVLik=",
"sparseCheckout": [],
"type": "github"
},
"version": "a95cfe4ce5f7319abec6fc7d48aac3c8c13956a4"
"version": "e20069ee8fd73ffb036a2a2cc17c7b3a9956dd3c"
}
}
8 changes: 4 additions & 4 deletions templates/chisel/nix/pkgs/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
chisel = {
pname = "chisel";
version = "a95cfe4ce5f7319abec6fc7d48aac3c8c13956a4";
version = "e20069ee8fd73ffb036a2a2cc17c7b3a9956dd3c";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "a95cfe4ce5f7319abec6fc7d48aac3c8c13956a4";
rev = "e20069ee8fd73ffb036a2a2cc17c7b3a9956dd3c";
fetchSubmodules = false;
sha256 = "sha256-T/CzyOyPkr6J6BMGs6LVTyyGqA6JvDAPTQ38qHMczVY=";
sha256 = "sha256-n0s+xtvOMaqrxqCYkK57i99nn+0ROqz9A8VegyAVLik=";
};
date = "2025-02-14";
date = "2025-02-18";
};
}

0 comments on commit 32035af

Please sign in to comment.