Skip to content

Commit

Permalink
Increment version to 0.4.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 1, 2024
1 parent 839b546 commit 5f47626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
fontconfig
mpv
vulkan-loader
xorg.libXtst
];

android-sdk = (android-nixpkgs.sdk.${system} (sdkPkgs: with sdkPkgs; [
Expand All @@ -33,14 +34,14 @@
spmp_package =
let
pname = "spmp";
version = "0.4.0-RC4";
version = "0.4.0-RC5";
in
pkgs.stdenv.mkDerivation {
inherit pname version;

src = pkgs.fetchurl {
url = "https://github.com/toasterofbread/spmp/releases/download/v${version}/spmp-v${version}-linux-x86_64.tar.gz";
hash = "sha256-HyG71IFfbdTracow68c1Hg6eq7M1/ZuxAHAWk1lDx/U=";
hash = "sha256-J2nsSV9LWPa1qCjaqtygtVa/mey6pQjpzeFSS6+BeIo=";
};

nativeBuildInputs = with pkgs; [
Expand Down
4 changes: 2 additions & 2 deletions shared/src/commonMain/resources/assets/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- flake.nix
- toasterofbread/flatpak-repo
-->
<string name="version_string" translatable="false">0.4.0-RC4</string>
<string name="version_code" translatable="false">17</string>
<string name="version_string" translatable="false">0.4.0-RC5</string>
<string name="version_code" translatable="false">18</string>

<string name="app_name" translatable="false">SpMp</string>
<string name="app_name_debug" translatable="false">SpMp (debug)</string>
Expand Down

0 comments on commit 5f47626

Please sign in to comment.