ruffle: 0-nightly-2025-06-30 -> 0-nightly-2025-07-10 (#424149)
Co-authored-by: normalcea <normalcea@users.noreply.github.com>
This commit is contained in:
commit
754502f03c
@ -21,17 +21,17 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "ruffle";
|
pname = "ruffle";
|
||||||
version = "0-nightly-2025-06-30";
|
version = "0-nightly-2025-07-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ruffle-rs";
|
owner = "ruffle-rs";
|
||||||
repo = "ruffle";
|
repo = "ruffle";
|
||||||
tag = lib.strings.removePrefix "0-" finalAttrs.version;
|
tag = lib.strings.removePrefix "0-" finalAttrs.version;
|
||||||
hash = "sha256-D2IkIypkJMa4ndZnmIkSJwCKl5k3ZIa+99uMz/zEysQ=";
|
hash = "sha256-uN+UqoTSj98ARkwgQT+npY75HDQBDyBO82USXKaq9bI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-RboGtauRMuui8vewxF5mTiRF3/STxxG/ZG5Z9J/GtSI=";
|
cargoHash = "sha256-2/Fbd6O233/464UXvK5HOk30Z8xbqeURjZNFWITVsW4=";
|
||||||
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
|
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
|
||||||
|
|
||||||
env =
|
env =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user