summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/retroarch
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 10:55:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 10:55:37 +0000
commit76574979cb91a5786e542ffbf23c9116b170e766 (patch)
tree80a58ec879ccb3ad4f142f12bc77e21fc79cdfc3 /pkgs/applications/emulators/retroarch
parentb1648e3b6a94264087b714b390eb40f9b6649c65 (diff)
retroarchBare: 1.13.0 -> 1.14.0
Diffstat (limited to 'pkgs/applications/emulators/retroarch')
-rw-r--r--pkgs/applications/emulators/retroarch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/retroarch/default.nix b/pkgs/applications/emulators/retroarch/default.nix
index c2c752f054af..5512fa276e82 100644
--- a/pkgs/applications/emulators/retroarch/default.nix
+++ b/pkgs/applications/emulators/retroarch/default.nix
@@ -45,12 +45,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
- version = "1.13.0";
+ version = "1.14.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
- hash = "sha256-eEe0mM9gUWgEzoRH1Iuet20US9eXNtCVSBi2kX1njVw=";
+ hash = "sha256-oEENGehbzjJq1kTiz6gkXHMMe/rXjWPxxMoe4RqdqK4=";
rev = "v${version}";
};