Skip to content

Commit e259257

Browse files
ruffle: bump version up to 0.2 (#436329)
2 parents 80b8018 + 7189bf6 commit e259257

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/ru/ruffle/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
}:
2222
rustPlatform.buildRustPackage (finalAttrs: {
2323
pname = "ruffle";
24-
version = "0-nightly-2025-08-22";
24+
version = "0.2-nightly-2025-08-22";
2525

2626
src = fetchFromGitHub {
2727
owner = "ruffle-rs";
2828
repo = "ruffle";
29-
tag = lib.strings.removePrefix "0-" finalAttrs.version;
29+
tag = lib.strings.removePrefix "0.2-" finalAttrs.version;
3030
hash = "sha256-bv8ZQuEU8QqtC7fvtELXlkQkjPoGqqSglhE0lzsTEIk=";
3131
};
3232

@@ -35,8 +35,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
3535

3636
env =
3737
let
38-
tag = lib.strings.removePrefix "0-" finalAttrs.version;
39-
versionDate = lib.strings.removePrefix "0-nightly-" finalAttrs.version;
38+
tag = lib.strings.removePrefix "0.2-" finalAttrs.version;
39+
versionDate = lib.strings.removePrefix "0.2-nightly-" finalAttrs.version;
4040
in
4141
{
4242
VERGEN_IDEMPOTENT = "1";
@@ -116,7 +116,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
116116
curl https://api.github.com/repos/ruffle-rs/ruffle/releases?per_page=1 | \
117117
jq -r ".[0].tag_name" \
118118
)"
119-
exec nix-update --version "0-$version" ruffle
119+
exec nix-update --version "0.2-$version" ruffle
120120
'';
121121
});
122122
};
@@ -135,7 +135,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
135135
'';
136136
homepage = "https://ruffle.rs/";
137137
downloadPage = "https://ruffle.rs/downloads";
138-
changelog = "https://github.com/ruffle-rs/ruffle/releases/tag/${lib.strings.removePrefix "0-" finalAttrs.version}";
138+
changelog = "https://github.com/ruffle-rs/ruffle/releases/tag/${lib.strings.removePrefix "0.2" finalAttrs.version}";
139139
license = [
140140
lib.licenses.mit
141141
lib.licenses.asl20

0 commit comments

Comments
 (0)