ruffle: nightly-2024-11-07 -> nightly-2025-01-04

This commit is contained in:
normalc
2025-01-13 12:21:27 -05:00
parent 25fe3179b7
commit c949e994f7
2 changed files with 14 additions and 6981 deletions
-6959
View File
File diff suppressed because it is too large Load Diff
+14 -22
View File
@@ -21,9 +21,8 @@
libxkbcommon,
darwin,
}:
let
version = "nightly-2024-11-07";
version = "nightly-2025-01-04";
in
rustPlatform.buildRustPackage {
pname = "ruffle";
@@ -33,7 +32,7 @@ rustPlatform.buildRustPackage {
owner = "ruffle-rs";
repo = "ruffle";
rev = version;
hash = "sha256-eufp3myszqguoHGYGqIpv5gMkVx1d4L/GflRgvnxPTQ=";
hash = "sha256-MxYl5fTTNerCwG3w34cltb6aasP6TvGRkvwf77lKIgs=";
};
nativeBuildInputs =
@@ -94,29 +93,22 @@ rustPlatform.buildRustPackage {
cargoBuildFlags = [ "--workspace" ];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"flash-lso-0.6.0" = "sha256-dhOAnVfxZw9JaOrY17xAeN7/y/aWZP+KUoDQuCf6D3Q=";
"h263-rs-0.1.0" = "sha256-dyQHnCe7LwwZYlF57sbRzir9vUavN3K8wLhwPIWlmik=";
"jpegxr-0.3.1" = "sha256-aV4Qh9ea0CirWU3lScjSKi4mii0cDTnx+miTcqWzxGg=";
"nellymoser-rs-0.1.2" = "sha256-66yt+CKaw/QFIPeNkZA2mb9ke64rKcAw/6k/pjNYY04=";
"nihav_codec_support-0.1.0" = "sha256-HAJS4I6yyzQzCf+vmaFp1MWXpcUgFAHPxLhfMVXmN1c=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-q+9yhUjYolPlBt6W1xJPoyE7DgqDffEhkQqJmSX4y3Y=";
meta = with lib; {
description = "Adobe Flash Player emulator written in the Rust programming language";
meta = {
description = "Cross platform Adobe Flash Player emulator";
homepage = "https://ruffle.rs/";
license = with licenses; [
mit
asl20
license = [
lib.licenses.mit
lib.licenses.asl20
];
maintainers = with maintainers; [
govanify
jchw
maintainers = [
lib.maintainers.govanify
lib.maintainers.jchw
lib.maintainers.normalcea
];
platforms = platforms.linux ++ platforms.darwin;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
mainProgram = "ruffle_desktop";
};
}