ruffle: nightly-2024-03-25 -> nightly-2024-05-01

This commit is contained in:
John Chadwick 2024-05-01 20:06:54 -04:00
parent 3b9ec25c51
commit 7588c9a9d1
2 changed files with 857 additions and 671 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
}:
let
version = "nightly-2024-03-25";
version = "nightly-2024-05-01";
in
rustPlatform.buildRustPackage {
pname = "ruffle";
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
owner = "ruffle-rs";
repo = "ruffle";
rev = version;
hash = "sha256-3G5xSGdMl4ISQmb2BVGdKz1cXU5Mnl+VkVYpJ6P12og=";
hash = "sha256-WfoYQku1NFhvWyqeSVKtsMMEyUA97YFD7cvdn4XYIPI=";
};
nativeBuildInputs = [