Unverified Commit 3eb6c51f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ruffle: 0.2.0-nightly-2025-12-12 -> 0.2.0-nightly-2025-12-19 (#472242)

parents 1a482add f3a87a68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ruffle";
  version = "0.2.0-nightly-2025-12-12";
  version = "0.2.0-nightly-2025-12-19";

  src = fetchFromGitHub {
    owner = "ruffle-rs";
    repo = "ruffle";
    tag = lib.strings.removePrefix "0.2.0-" finalAttrs.version;
    hash = "sha256-RLT0ba9FlqxE12RiIcOPIxbyUYJ3g/CH19SIR+bkLbE=";
    hash = "sha256-aqjtpmw7i6A9r/V4lWtlODT/0pZAV8EIrrCploMNlgU=";
  };

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

  cargoHash = "sha256-WhkEmAJwf+jITSf0k5oszqGPOGekP0ExCpsN1vxCF6w=";
  cargoHash = "sha256-roiEEgc/eHoRZQQwp8LUo5iBmYcpz4SlD9Y1pcnksis=";
  cargoBuildFlags = lib.optional withRuffleTools "--workspace";

  env =