Skip to content

Commit

Permalink
[deps] Bump T1 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed May 18, 2024
1 parent 6bceecd commit 1fc6430
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

6 changes: 3 additions & 3 deletions nix/t1/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "84c3da65f736a76b7099dc26a5993e71c514a1ac",
"sha256": "sha256-rMZQk84H8XXQsY6XisNqu8S1Gpez3PSQyqXppcl1aNE=",
"rev": "dce2fe894ab58311c616c7674059b9a4efb17e0a",
"sha256": "sha256-VSuNGkJumDyLEMY4ZknVf31RuVFFbtr7oBtThPP30Yk=",
"type": "github"
},
"version": "84c3da65f736a76b7099dc26a5993e71c514a1ac"
"version": "dce2fe894ab58311c616c7674059b9a4efb17e0a"
},
"diplomacy": {
"cargoLocks": null,
Expand Down
6 changes: 3 additions & 3 deletions nix/t1/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
};
chisel = {
pname = "chisel";
version = "84c3da65f736a76b7099dc26a5993e71c514a1ac";
version = "dce2fe894ab58311c616c7674059b9a4efb17e0a";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "84c3da65f736a76b7099dc26a5993e71c514a1ac";
rev = "dce2fe894ab58311c616c7674059b9a4efb17e0a";
fetchSubmodules = false;
sha256 = "sha256-rMZQk84H8XXQsY6XisNqu8S1Gpez3PSQyqXppcl1aNE=";
sha256 = "sha256-VSuNGkJumDyLEMY4ZknVf31RuVFFbtr7oBtThPP30Yk=";
};
date = "2024-05-16";
};
Expand Down

0 comments on commit 1fc6430

Please sign in to comment.