ruffle: 0-nightly-2025-08-05 -> 0-nightly-2025-08-14 (#433589)

Co-authored-by: jchv <jchv@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-15 00:41:42 +00:00
committed by GitHub
co-authored by jchv
+3 -3
View File
@@ -21,16 +21,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruffle";
version = "0-nightly-2025-08-05";
version = "0-nightly-2025-08-14";
src = fetchFromGitHub {
owner = "ruffle-rs";
repo = "ruffle";
tag = lib.strings.removePrefix "0-" finalAttrs.version;
hash = "sha256-1v/PnGYchauwSpYxP6mXNkkcK1bLF/u6VAYTPXk5bVc=";
hash = "sha256-+JdZoYderFUngMbFMNXw1pbW6qogb7vCeqdIHEzqMjQ=";
};
cargoHash = "sha256-xrlcn18ryK7PrR/KfBKN0ot+h06nj4cl2Gx4Dm1RyqU=";
cargoHash = "sha256-P+uFE92ZWa491snEanzB1T0OPPOOYZsy2RAmwtIIAdo=";
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
env =