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] committed Oct 4, 2024
1 parent bf360b4 commit f8f03db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/chisel/nix/gcd/gcd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
root = ./../..;
fileset = unions [ ./../../build.sc ./../../common.sc ];
};
millDepsHash = "sha256-+wfEF4JGRRjPfTue9coK82UzHTsfQvVfuRPQXoZXEag=";
millDepsHash = "sha256-5VTgJ1JaIxP3wk/WsFj+W1VGFE2xoPKu3XbmTVOvMdk=";
nativeBuildInputs = [ projectDependencies.setupHook ];
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chisel": {
"cargoLocks": null,
"date": "2024-10-02",
"date": "2024-10-03",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -13,10 +13,10 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "f915c771bf672a9951d528f0e0b815e2c3d90c93",
"sha256": "sha256-vhWZKHkHBiAAPUymsUkyZt4vm7CimzpvXZLdVtr+I58=",
"rev": "312efd09407b7b2f12cab73faacae4dc1bcdb58f",
"sha256": "sha256-pEXc4qcmNv86Xz/OFs1ASgxjI5BwXZ917A0dL7WbvyA=",
"type": "github"
},
"version": "f915c771bf672a9951d528f0e0b815e2c3d90c93"
"version": "312efd09407b7b2f12cab73faacae4dc1bcdb58f"
}
}
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 = "f915c771bf672a9951d528f0e0b815e2c3d90c93";
version = "312efd09407b7b2f12cab73faacae4dc1bcdb58f";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "f915c771bf672a9951d528f0e0b815e2c3d90c93";
rev = "312efd09407b7b2f12cab73faacae4dc1bcdb58f";
fetchSubmodules = false;
sha256 = "sha256-vhWZKHkHBiAAPUymsUkyZt4vm7CimzpvXZLdVtr+I58=";
sha256 = "sha256-pEXc4qcmNv86Xz/OFs1ASgxjI5BwXZ917A0dL7WbvyA=";
};
date = "2024-10-02";
date = "2024-10-03";
};
}

0 comments on commit f8f03db

Please sign in to comment.