summary refs log tree commit diff
path: root/pkgs/applications/emulators/bsnes/ares/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-11-13 22:47:06 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-11-14 12:52:22 -0300
commit0b7f7b954d0b4157c515246b80de0ec868547d63 (patch)
treec3a3ba640027b04bf9b8faf614279a9f0578744f /pkgs/applications/emulators/bsnes/ares/default.nix
parentf35f6ff9f962ca65503ae5f9e2759476920ad461 (diff)
downloadnixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar.gz
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar.bz2
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar.lz
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar.xz
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.tar.zst
nixpkgs-0b7f7b954d0b4157c515246b80de0ec868547d63.zip
ares: 129 -> 130.1
Diffstat (limited to 'pkgs/applications/emulators/bsnes/ares/default.nix')
-rw-r--r--pkgs/applications/emulators/bsnes/ares/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/emulators/bsnes/ares/default.nix b/pkgs/applications/emulators/bsnes/ares/default.nix
index 9935e51740a..7a6dae5784c 100644
--- a/pkgs/applications/emulators/bsnes/ares/default.nix
+++ b/pkgs/applications/emulators/bsnes/ares/default.nix
@@ -17,20 +17,20 @@
 , udev
 }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation (finalAttrs: {
   pname = "ares";
-  version = "129";
+  version = "130.1";
 
   src = fetchFromGitHub {
     owner = "ares-emulator";
     repo = "ares";
-    rev = "v${version}";
-    hash = "sha256-prfvoGtbnsl/1ahx98jBOgT64W566GoUtE8rIOF7lYc=";
+    rev = "v${finalAttrs.version}";
+    hash = "sha256-q2wDpbNaDyKPBL20FDaHScKQEJYstlQdJ4CzbRoSPlk=";
   };
 
   patches = [
-    ./dont-rebuild-on-install.patch
-    ./fix-ruby.patch
+    ./000-dont-rebuild-on-install.patch
+    ./001-fix-ruby.patch
   ];
 
   nativeBuildInputs = [
@@ -64,12 +64,12 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    homepage = "https://ares.dev";
+    homepage = "https://ares-emu.net";
     description = "Open-source multi-system emulator with a focus on accuracy and preservation";
     license = licenses.isc;
     maintainers = with maintainers; [ Madouura AndersonTorres ];
     platforms = platforms.linux;
   };
-}
+})
 # TODO: select between Qt, GTK2 and GTK3
 # TODO: support Darwin