We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e49fa4 commit ceac268Copy full SHA for ceac268
pkgs/by-name/ru/ruffle/package.nix
@@ -21,16 +21,16 @@
21
}:
22
rustPlatform.buildRustPackage (finalAttrs: {
23
pname = "ruffle";
24
- version = "0-nightly-2025-08-14";
+ version = "0-nightly-2025-08-22";
25
26
src = fetchFromGitHub {
27
owner = "ruffle-rs";
28
repo = "ruffle";
29
tag = lib.strings.removePrefix "0-" finalAttrs.version;
30
- hash = "sha256-+JdZoYderFUngMbFMNXw1pbW6qogb7vCeqdIHEzqMjQ=";
+ hash = "sha256-bv8ZQuEU8QqtC7fvtELXlkQkjPoGqqSglhE0lzsTEIk=";
31
};
32
33
- cargoHash = "sha256-P+uFE92ZWa491snEanzB1T0OPPOOYZsy2RAmwtIIAdo=";
+ cargoHash = "sha256-89xxPl6nIp4VLsQqsaXH9VKWX6Ehw6KCJaOuxnSxu0g=";
34
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
35
36
env =
0 commit comments