Skip to content

Commit 34d890d

Browse files
committed
ruffle: 0.2.0-nightly-2025-12-19 -> 0.2.0-nightly-2025-12-26
1 parent bccbca1 commit 34d890d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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-19";
30+
version = "0.2.0-nightly-2025-12-26";
3131

3232
src = fetchFromGitHub {
3333
owner = "ruffle-rs";
3434
repo = "ruffle";
3535
tag = lib.strings.removePrefix "0.2.0-" finalAttrs.version;
36-
hash = "sha256-aqjtpmw7i6A9r/V4lWtlODT/0pZAV8EIrrCploMNlgU=";
36+
hash = "sha256-z0nvghGEljbWZtKHY9fQlZxVcshcDgSR28wK/XOeZag=";
3737
};
3838

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

52-
cargoHash = "sha256-roiEEgc/eHoRZQQwp8LUo5iBmYcpz4SlD9Y1pcnksis=";
52+
cargoHash = "sha256-9kypz9Qm/gc1jCMTvbRnHmfT4um6HgR8c94wDQQf87o=";
5353
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
5454

5555
env =

0 commit comments

Comments
 (0)