lol

retroarch: 1.14.0 -> 1.15.0

+2 -11
+2 -11
pkgs/applications/emulators/retroarch/default.nix
··· 52 52 in 53 53 stdenv.mkDerivation rec { 54 54 pname = "retroarch-bare"; 55 - version = "1.14.0"; 55 + version = "1.15.0"; 56 56 57 57 src = fetchFromGitHub { 58 58 owner = "libretro"; 59 59 repo = "RetroArch"; 60 - hash = "sha256-oEENGehbzjJq1kTiz6gkXHMMe/rXjWPxxMoe4RqdqK4="; 60 + hash = "sha256-kJOR3p3fKqGM8a5rgDPkz43uuf5AtS5fVnvr3tJgWbc="; 61 61 rev = "v${version}"; 62 62 }; 63 63 64 64 patches = [ 65 65 ./use-default-values-for-libretro_info_path-assets_directory.patch 66 - # TODO: remove those two patches in the next RetroArch release 67 - (fetchpatch { 68 - url = "https://github.com/libretro/RetroArch/commit/894c44c5ea7f1eada9207be3c29e8d5c0a7a9e1f.patch"; 69 - hash = "sha256-ThB6jd9pmsipT8zjehz7znK/s0ofHHCJeEYBKur6sO8="; 70 - }) 71 - (fetchpatch { 72 - url = "https://github.com/libretro/RetroArch/commit/c5bfd52159cf97312bb28fc42203c39418d1bbbd.patch"; 73 - hash = "sha256-rb1maAvCSUgq2VtJ67iqUY+Fz00Fchl8YGG0EPm0+F0="; 74 - }) 75 66 ]; 76 67 77 68 nativeBuildInputs = [ pkg-config wrapQtAppsHook ] ++