summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-09-03 14:26:08 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-09-03 14:39:11 +0200
commit596de92ca7458e47b991472e3da59d30baf8d9c5 (patch)
treed8fc69ff7f26856580573094b758f467c9ddb042
parent31772af506a18a58cd837b798bf8b959d582cf91 (diff)
ultrastardx: unstable-2019-01-07 -> 2020.4.0
Might as well update it while I fix it up for the fpc update.
-rw-r--r--pkgs/games/ultrastardx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/ultrastardx/default.nix b/pkgs/games/ultrastardx/default.nix
index b2d601df3498..7c5f4949d941 100644
--- a/pkgs/games/ultrastardx/default.nix
+++ b/pkgs/games/ultrastardx/default.nix
@@ -12,12 +12,12 @@ let
in stdenv.mkDerivation rec {
pname = "ultrastardx";
- version = "unstable-2019-01-07";
+ version = "2020.4.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
- rev = "3df142590f29db1505cc58746af9f8cf7cb4a6a5";
- sha256 = "0853rg7vppkmw37wm9xm0m0wab3r09ws6w04xs2wgwj1mwl0d70j";
+ rev = "v${version}";
+ sha256 = "0vmfv8zpyf8ymx3rjydpd7iqis080lni94vb316vfxkgvjmqbhym";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];