File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
templates/chisel/nix/pkgs/dependencies/_sources Expand file tree Collapse file tree 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-09-19 " ,
4
+ "date" : " 2024-09-22 " ,
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" : " 15a25fff4302654142b7beec88105568a6edb68c " ,
17
- "sha256" : " sha256-BphsZ0yUKxWpQsQ0Zp7P4fal+DX3N6YdCYBTh7Uq+po =" ,
16
+ "rev" : " 2e4f69fe066da2a7d9edab865cd5328320497b2a " ,
17
+ "sha256" : " sha256-KCTtD6LO1TGBRo6NHNFMcTazEE/2kJTliSr/Qdtc1sg =" ,
18
18
"type" : " github"
19
19
},
20
- "version" : " 15a25fff4302654142b7beec88105568a6edb68c "
20
+ "version" : " 2e4f69fe066da2a7d9edab865cd5328320497b2a "
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 = "15a25fff4302654142b7beec88105568a6edb68c " ;
6
+ version = "2e4f69fe066da2a7d9edab865cd5328320497b2a " ;
7
7
src = fetchFromGitHub {
8
8
owner = "chipsalliance" ;
9
9
repo = "chisel" ;
10
- rev = "15a25fff4302654142b7beec88105568a6edb68c " ;
10
+ rev = "2e4f69fe066da2a7d9edab865cd5328320497b2a " ;
11
11
fetchSubmodules = false ;
12
- sha256 = "sha256-BphsZ0yUKxWpQsQ0Zp7P4fal+DX3N6YdCYBTh7Uq+po =" ;
12
+ sha256 = "sha256-KCTtD6LO1TGBRo6NHNFMcTazEE/2kJTliSr/Qdtc1sg =" ;
13
13
} ;
14
- date = "2024-09-19 " ;
14
+ date = "2024-09-22 " ;
15
15
} ;
16
16
}
You can’t perform that action at this time.
0 commit comments