Skip to content

Commit cab5790

Browse files
ruffle: 0-nightly-2025-04-22 -> 0-nightly-2025-05-01 (#403475)
Co-authored-by: normalcea <[email protected]>
2 parents f21e454 + 76ec7de commit cab5790

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
@@ -23,17 +23,17 @@
2323
}:
2424
rustPlatform.buildRustPackage (finalAttrs: {
2525
pname = "ruffle";
26-
version = "0-nightly-2025-04-22";
26+
version = "0-nightly-2025-05-01";
2727

2828
src = fetchFromGitHub {
2929
owner = "ruffle-rs";
3030
repo = "ruffle";
3131
tag = lib.strings.removePrefix "0-" finalAttrs.version;
32-
hash = "sha256-jOTwDH5R1OfsRIeGBo/LquAuQzbKiD8NrHcB76zB5eg=";
32+
hash = "sha256-EHX+S0+RZSOktAqgkczlJPbAoEa+cj2EllvhJRLAbK8=";
3333
};
3434

3535
useFetchCargoVendor = true;
36-
cargoHash = "sha256-oDFB4cWcrzXRG5VOIsblf4/mERJQfRew67MDSXyW644=";
36+
cargoHash = "sha256-VwV7REm61mj7IqpX58qm0a8leVBRqJpkB6y1EBsxPaw=";
3737
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
3838

3939
env =

0 commit comments

Comments
 (0)