mednaffe: 0.8.6 -> 0.8.8
This commit is contained in:
parent
dbb9fab27f
commit
b46c48c12a
@ -5,13 +5,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mednaffe";
|
pname = "mednaffe";
|
||||||
version = "0.8.6";
|
version = "0.8.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AmatCoder";
|
owner = "AmatCoder";
|
||||||
repo = "mednaffe";
|
repo = "mednaffe";
|
||||||
rev = "v${version}";
|
rev = "${version}";
|
||||||
sha256 = "13l7gls430dcslpan39k0ymdnib2v6crdsmn6bs9k9g30nfnqi6m";
|
sha256 = "15qk3a3l1phr8bap2ayh3c0vyvw2jwhny1iz1ajq2adyjpm9fhr7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
|
||||||
@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GTK-based frontend for mednafen emulator";
|
description = "GTK-based frontend for mednafen emulator";
|
||||||
homepage = https://github.com/AmatCoder/mednaffe;
|
homepage = "https://github.com/AmatCoder/mednaffe";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ sheenobu yegortimoshenko ];
|
maintainers = with maintainers; [ sheenobu yegortimoshenko AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user