about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-03-03 09:12:44 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-03-03 09:18:04 -0300
commitb46c48c12a11250a684da6a8e1f4d765a148b2da (patch)
tree443ce0e7bebea871df297694560278c36269dda0 /pkgs/misc/emulators
parentdbb9fab27fbfc2b4adba20abdd711d3a091266c7 (diff)
downloadnixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar.gz
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar.bz2
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar.lz
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar.xz
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.tar.zst
nixlib-b46c48c12a11250a684da6a8e1f4d765a148b2da.zip
mednaffe: 0.8.6 -> 0.8.8
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/mednaffe/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/emulators/mednaffe/default.nix b/pkgs/misc/emulators/mednaffe/default.nix
index 40390068e7be..7e231c5edd3a 100644
--- a/pkgs/misc/emulators/mednaffe/default.nix
+++ b/pkgs/misc/emulators/mednaffe/default.nix
@@ -5,13 +5,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "mednaffe";
-  version = "0.8.6";
+  version = "0.8.8";
 
   src = fetchFromGitHub {
     owner = "AmatCoder";
     repo = "mednaffe";
-    rev = "v${version}";
-    sha256 = "13l7gls430dcslpan39k0ymdnib2v6crdsmn6bs9k9g30nfnqi6m";
+    rev = "${version}";
+    sha256 = "15qk3a3l1phr8bap2ayh3c0vyvw2jwhny1iz1ajq2adyjpm9fhr7";
   };
 
   nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
@@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "GTK-based frontend for mednafen emulator";
-    homepage = https://github.com/AmatCoder/mednaffe;
+    homepage = "https://github.com/AmatCoder/mednaffe";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ sheenobu yegortimoshenko ];
+    maintainers = with maintainers; [ sheenobu yegortimoshenko AndersonTorres ];
     platforms = platforms.linux;
   };
 }