Merge pull request #122975 from eduardosm/ruffle

ruffle: nightly-2021-04-02 -> nightly-2021-05-14
This commit is contained in:
Sandro 2021-05-17 19:03:09 +02:00 committed by GitHub
commit 530c9fcbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruffle";
version = "nightly-2021-04-02";
version = "nightly-2021-05-14";
src = fetchFromGitHub {
owner = "ruffle-rs";
repo = pname;
rev = version;
sha256 = "1diz94y53hvii28894zz65aya12v8yw1864lqpkrdbj67yc6ykdj";
sha256 = "15azv8y7a4sgxvvhl7z45jyxj91b4nn681vband5726c7znskhwl";
};
nativeBuildInputs = [
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
wrapProgram $out/bin/ruffle_desktop --prefix LD_LIBRARY_PATH ':' ${vulkan-loader}/lib
'';
cargoSha256 = "0pnp5kmij4dwwvmgdv81mqcawcjcgg5gd6cpyf0xalyfjgj8i732";
cargoSha256 = "0ihy4rgw9b4yqlqs87rx700h3a8wm02wpahhg7inic1lcag4bxif";
meta = with lib; {
description = "An Adobe Flash Player emulator written in the Rust programming language.";