File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121} :
2222rustPlatform . 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
You can’t perform that action at this time.
0 commit comments