ruffle: 0-nightly-2025-07-27 -> 0-nightly-2025-08-05 (#431091)

Co-authored-by: jchv <jchv@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-05 22:38:03 +00:00
committed by GitHub
co-authored by jchv
+2 -2
View File
@@ -21,13 +21,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruffle";
version = "0-nightly-2025-07-27";
version = "0-nightly-2025-08-05";
src = fetchFromGitHub {
owner = "ruffle-rs";
repo = "ruffle";
tag = lib.strings.removePrefix "0-" finalAttrs.version;
hash = "sha256-t15htXX+j2xEtOgGiqcCjG5F/17DnqnvEx0dxL3DRw4=";
hash = "sha256-1v/PnGYchauwSpYxP6mXNkkcK1bLF/u6VAYTPXk5bVc=";
};
cargoHash = "sha256-xrlcn18ryK7PrR/KfBKN0ot+h06nj4cl2Gx4Dm1RyqU=";