Skip to content

Commit dcb3fe4

Browse files
ruffle: 0-nightly-2025-08-14 -> 0-nightly-2025-08-22 (#435846)
Co-authored-by: normalcea <[email protected]>
2 parents ee1fea3 + ceac268 commit dcb3fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/ruffle/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}:
2222
rustPlatform.buildRustPackage (finalAttrs: {
2323
pname = "ruffle";
24-
version = "0-nightly-2025-08-14";
24+
version = "0-nightly-2025-08-22";
2525

2626
src = fetchFromGitHub {
2727
owner = "ruffle-rs";
2828
repo = "ruffle";
2929
tag = lib.strings.removePrefix "0-" finalAttrs.version;
30-
hash = "sha256-+JdZoYderFUngMbFMNXw1pbW6qogb7vCeqdIHEzqMjQ=";
30+
hash = "sha256-bv8ZQuEU8QqtC7fvtELXlkQkjPoGqqSglhE0lzsTEIk=";
3131
};
3232

33-
cargoHash = "sha256-P+uFE92ZWa491snEanzB1T0OPPOOYZsy2RAmwtIIAdo=";
33+
cargoHash = "sha256-89xxPl6nIp4VLsQqsaXH9VKWX6Ehw6KCJaOuxnSxu0g=";
3434
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
3535

3636
env =

0 commit comments

Comments
 (0)