summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/retroarch
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-10-28 12:41:07 +0100
committerThiago Kenji Okada <thiagokokada@gmail.com>2022-10-28 12:41:07 +0100
commit323487fa87583606f44c3b0b1e1ec05a534aa2be (patch)
treeb8acb624aedfab5bf2685578d443299a85632d65 /pkgs/applications/emulators/retroarch
parentdbef9988c0e32bf35c3931570cd2290ac54788b1 (diff)
retroarch: use libretroCoreInfo version v1.12.0
Diffstat (limited to 'pkgs/applications/emulators/retroarch')
-rw-r--r--pkgs/applications/emulators/retroarch/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/retroarch/default.nix b/pkgs/applications/emulators/retroarch/default.nix
index a8a20682afd4..c3a63c78d51f 100644
--- a/pkgs/applications/emulators/retroarch/default.nix
+++ b/pkgs/applications/emulators/retroarch/default.nix
@@ -41,9 +41,8 @@ let
libretroCoreInfo = fetchFromGitHub {
owner = "libretro";
repo = "libretro-core-info";
- sha256 = "sha256-9Sfp/JkMJIe34YGNRxf93fONOBuQxR2pduoJU+xtuF0=";
- # Upstream didn't tag a new libretro-core-info in 1.12.0 release
- rev = "v1.11.1";
+ hash = "sha256-ByATDM0V40UJxigqVLyTWkHY5tiCC2dvZebksl8GsUI=";
+ rev = "v${version}";
};
runtimeLibs =
lib.optional withVulkan vulkan-loader ++
@@ -56,7 +55,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
- sha256 = "sha256-doLWNA8aTAllxx3zABtvZaegBQEPIi8276zbytPSdBU=";
+ hash = "sha256-doLWNA8aTAllxx3zABtvZaegBQEPIi8276zbytPSdBU=";
rev = "v${version}";
};