Skip to content

Commit d5c4da2

Browse files
ruffle: 0.2.0-nightly-2025-12-06 -> 0.2.0-nightly-2025-12-12 (NixOS#470241)
2 parents d9836a1 + 2553a6a commit d5c4da2

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
@@ -27,13 +27,13 @@
2727

2828
rustPlatform.buildRustPackage (finalAttrs: {
2929
pname = "ruffle";
30-
version = "0.2.0-nightly-2025-12-06";
30+
version = "0.2.0-nightly-2025-12-12";
3131

3232
src = fetchFromGitHub {
3333
owner = "ruffle-rs";
3434
repo = "ruffle";
3535
tag = lib.strings.removePrefix "0.2.0-" finalAttrs.version;
36-
hash = "sha256-p+PmU08XY6RCGKPgoViEXPUlDwWmXnrdkLGxrLtzYx8=";
36+
hash = "sha256-RLT0ba9FlqxE12RiIcOPIxbyUYJ3g/CH19SIR+bkLbE=";
3737
};
3838

3939
postPatch =
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
4949
"OpenH264Version(${major}, ${minor}, ${patch})"
5050
'';
5151

52-
cargoHash = "sha256-mPy6wEhWfhUyJ9euqbEcATZt8cr21t+J+atpBt7ixUo=";
52+
cargoHash = "sha256-WhkEmAJwf+jITSf0k5oszqGPOGekP0ExCpsN1vxCF6w=";
5353
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
5454

5555
env =

0 commit comments

Comments
 (0)