easyrpg-player: 0.5.4 -> 0.6.0

Changelog:
https://blog.easyrpg.org/2019/03/easyrpg-player-0-6-0-preemptive-attack/
This commit is contained in:
Renaud 2019-05-05 19:29:25 +02:00 committed by GitHub
parent cbae7a2bbd
commit 3cb1274745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "easyrpg-player-${version}";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "Player";
rev = version;
sha256 = "1k1b5ws48h1ylarbcfsxyvajl0fdzmi3db8y3m8iq4fg3f0yslg8";
sha256 = "0b0c4wwqldjf37sf7zldnbgvfmyqcvpjvhs949gb3r8i5cffzm58";
};
nativeBuildInputs = [ cmake doxygen pkgconfig ];
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
homepage = https://easyrpg.org/;
homepage = "https://easyrpg.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ yegortimoshenko ];
platforms = platforms.linux;