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 Avimitin committed Sep 29, 2024
1 parent f081238 commit 73d6f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "3269bc35d2d962bc80150da81b11980d400e845f",
"sha256": "sha256-p3Qw4ALIjc6hmGbc0V1J8VBNNkv2JMTE7HLvj/gOw5I=",
"rev": "e7178e57aeefb77b6a991d6d8804547c6136ad26",
"sha256": "sha256-mClcIrG+bpNZX8etS5FieQ4/0IjnXEHVGJk7oeAacag=",
"type": "github"
},
"version": "3269bc35d2d962bc80150da81b11980d400e845f"
"version": "e7178e57aeefb77b6a991d6d8804547c6136ad26"
}
}
6 changes: 3 additions & 3 deletions templates/chisel/nix/pkgs/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
chisel = {
pname = "chisel";
version = "3269bc35d2d962bc80150da81b11980d400e845f";
version = "e7178e57aeefb77b6a991d6d8804547c6136ad26";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "3269bc35d2d962bc80150da81b11980d400e845f";
rev = "e7178e57aeefb77b6a991d6d8804547c6136ad26";
fetchSubmodules = false;
sha256 = "sha256-p3Qw4ALIjc6hmGbc0V1J8VBNNkv2JMTE7HLvj/gOw5I=";
sha256 = "sha256-mClcIrG+bpNZX8etS5FieQ4/0IjnXEHVGJk7oeAacag=";
};
date = "2024-09-27";
};
Expand Down

0 comments on commit 73d6f8a

Please sign in to comment.