File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828rustPlatform . buildRustPackage ( finalAttrs : {
2929 pname = "ruffle" ;
30- version = "0.2.0-nightly-2025-12-19 " ;
30+ version = "0.2.0-nightly-2025-12-26 " ;
3131
3232 src = fetchFromGitHub {
3333 owner = "ruffle-rs" ;
3434 repo = "ruffle" ;
3535 tag = lib . strings . removePrefix "0.2.0-" finalAttrs . version ;
36- hash = "sha256-aqjtpmw7i6A9r/V4lWtlODT/0pZAV8EIrrCploMNlgU =" ;
36+ hash = "sha256-z0nvghGEljbWZtKHY9fQlZxVcshcDgSR28wK/XOeZag =" ;
3737 } ;
3838
3939 postPatch =
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
4949 "OpenH264Version(${ major } , ${ minor } , ${ patch } )"
5050 '' ;
5151
52- cargoHash = "sha256-roiEEgc/eHoRZQQwp8LUo5iBmYcpz4SlD9Y1pcnksis =" ;
52+ cargoHash = "sha256-9kypz9Qm/gc1jCMTvbRnHmfT4um6HgR8c94wDQQf87o =" ;
5353 cargoBuildFlags = lib . optional withRuffleTools "--workspace" ;
5454
5555 env =
You can’t perform that action at this time.
0 commit comments