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-12 " ,
4
+ "date" : " 2024-10-15 " ,
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" : " dd2f57ede872afc2e2b9c00dcdbcd397400bcdfd " ,
17
- "sha256" : " sha256-InQ6Xm9ssQRFyM7AsvxDdw8N2HdyhRCvl4ckXaNXcG0 =" ,
16
+ "rev" : " e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f " ,
17
+ "sha256" : " sha256-5DRUvVWl9id85Htw1oDZYoOrSjI+wYxSEV51qZB/qs0 =" ,
18
18
"type" : " github"
19
19
},
20
- "version" : " dd2f57ede872afc2e2b9c00dcdbcd397400bcdfd "
20
+ "version" : " e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f "
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 = "dd2f57ede872afc2e2b9c00dcdbcd397400bcdfd " ;
6
+ version = "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f " ;
7
7
src = fetchFromGitHub {
8
8
owner = "chipsalliance" ;
9
9
repo = "chisel" ;
10
- rev = "dd2f57ede872afc2e2b9c00dcdbcd397400bcdfd " ;
10
+ rev = "e20cb96a0c5f50f3a27e2a727a3fa094a3dcc13f " ;
11
11
fetchSubmodules = false ;
12
- sha256 = "sha256-InQ6Xm9ssQRFyM7AsvxDdw8N2HdyhRCvl4ckXaNXcG0 =" ;
12
+ sha256 = "sha256-5DRUvVWl9id85Htw1oDZYoOrSjI+wYxSEV51qZB/qs0 =" ;
13
13
} ;
14
- date = "2024-10-12 " ;
14
+ date = "2024-10-15 " ;
15
15
} ;
16
16
}
You can’t perform that action at this time.
0 commit comments