mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:18:24 +00:00
ultrastardx: unstable-2019-01-07 -> 2020.4.0
Might as well update it while I fix it up for the fpc update.
This commit is contained in:
parent
31772af506
commit
596de92ca7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user