File tree 2 files changed +8
-8
lines changed
templates/chisel/nix/pkgs/dependencies/_sources
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"chisel" : {
3
3
"cargoLocks" : null ,
4
- "date" : " 2024-10-05 " ,
4
+ "date" : " 2024-10-07 " ,
5
5
"extract" : null ,
6
6
"name" : " chisel" ,
7
7
"passthru" : null ,
13
13
"name" : null ,
14
14
"owner" : " chipsalliance" ,
15
15
"repo" : " chisel" ,
16
- "rev" : " 4f392323e9160440961b9f06e383d3f2742d2f3e " ,
17
- "sha256" : " sha256-rLrNRXWnMSJ/a002ff62uASWadp4xE+ML6R3+EcyAjU =" ,
16
+ "rev" : " 75e8fbe02baa3bc6cb7a27fd490628226d37cda9 " ,
17
+ "sha256" : " sha256-tcb/kC4OH45lAKuhZM5HnVRmu+gEPVuzgkywi7ppA7w =" ,
18
18
"type" : " github"
19
19
},
20
- "version" : " 4f392323e9160440961b9f06e383d3f2742d2f3e "
20
+ "version" : " 75e8fbe02baa3bc6cb7a27fd490628226d37cda9 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 3
3
{
4
4
chisel = {
5
5
pname = "chisel" ;
6
- version = "4f392323e9160440961b9f06e383d3f2742d2f3e " ;
6
+ version = "75e8fbe02baa3bc6cb7a27fd490628226d37cda9 " ;
7
7
src = fetchFromGitHub {
8
8
owner = "chipsalliance" ;
9
9
repo = "chisel" ;
10
- rev = "4f392323e9160440961b9f06e383d3f2742d2f3e " ;
10
+ rev = "75e8fbe02baa3bc6cb7a27fd490628226d37cda9 " ;
11
11
fetchSubmodules = false ;
12
- sha256 = "sha256-rLrNRXWnMSJ/a002ff62uASWadp4xE+ML6R3+EcyAjU =" ;
12
+ sha256 = "sha256-tcb/kC4OH45lAKuhZM5HnVRmu+gEPVuzgkywi7ppA7w =" ;
13
13
} ;
14
- date = "2024-10-05 " ;
14
+ date = "2024-10-07 " ;
15
15
} ;
16
16
}
You can’t perform that action at this time.
0 commit comments