Unverified Commit 8d4fa332 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ruffle: 0-nightly-2025-07-27 -> 0-nightly-2025-08-05 (#431091)

parents eb6f0329 02da93c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ruffle";
  version = "0-nightly-2025-07-27";
  version = "0-nightly-2025-08-05";

  src = fetchFromGitHub {
    owner = "ruffle-rs";
    repo = "ruffle";
    tag = lib.strings.removePrefix "0-" finalAttrs.version;
    hash = "sha256-t15htXX+j2xEtOgGiqcCjG5F/17DnqnvEx0dxL3DRw4=";
    hash = "sha256-1v/PnGYchauwSpYxP6mXNkkcK1bLF/u6VAYTPXk5bVc=";
  };

  cargoHash = "sha256-xrlcn18ryK7PrR/KfBKN0ot+h06nj4cl2Gx4Dm1RyqU=";