File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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-06 " ;
30+ version = "0.2.0-nightly-2025-12-12 " ;
3131
3232 src = fetchFromGitHub {
3333 owner = "ruffle-rs" ;
3434 repo = "ruffle" ;
3535 tag = lib . strings . removePrefix "0.2.0-" finalAttrs . version ;
36- hash = "sha256-p+PmU08XY6RCGKPgoViEXPUlDwWmXnrdkLGxrLtzYx8 =" ;
36+ hash = "sha256-RLT0ba9FlqxE12RiIcOPIxbyUYJ3g/CH19SIR+bkLbE =" ;
3737 } ;
3838
3939 postPatch =
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
4949 "OpenH264Version(${ major } , ${ minor } , ${ patch } )"
5050 '' ;
5151
52- cargoHash = "sha256-mPy6wEhWfhUyJ9euqbEcATZt8cr21t+J+atpBt7ixUo =" ;
52+ cargoHash = "sha256-WhkEmAJwf+jITSf0k5oszqGPOGekP0ExCpsN1vxCF6w =" ;
5353 cargoBuildFlags = lib . optional withRuffleTools "--workspace" ;
5454
5555 env =
You can’t perform that action at this time.
0 commit comments