retroarch-assets: unstable-2024-04-24 -> 1.17.0-unstable-2024-04-24
This commit is contained in:
parent
6f452e5765
commit
9da8c931d7
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "retroarch-assets";
|
||||
version = "unstable-2024-04-24";
|
||||
version = "1.17.0-unstable-2024-04-24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
|
@ -24,7 +24,9 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
dontBuild = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
tagPrefix = "v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Assets needed for RetroArch";
|
||||
|
|
Loading…
Reference in a new issue