Skip to content

Commit

Permalink
ultrastardx: 2023.12.0 -> 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 5, 2024
1 parent 434f6ae commit ea9e098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/ultrastardx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ let

in stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2023.12.0";
version = "2024.1.0";

src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-BR2TZMg5Xr8K2IEpQBbkR3SkyBQUXdYABjVOoe6GnJc=";
hash = "sha256-pyX2zQiCp9lHSV1sGz0GaM5jTaBtyw50I6bFVbSm5S4=";
};

nativeBuildInputs = [ pkg-config autoreconfHook ];
Expand Down

0 comments on commit ea9e098

Please sign in to comment.