easyrpg-player: 0.6.0 -> 0.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/easyrpg-player/versions
This commit is contained in:
R. RyanTM 2019-08-19 00:18:34 -07:00
parent ffbb4d26f9
commit 85b2cd08d5

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "easyrpg-player-${version}";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "Player";
rev = version;
sha256 = "0b0c4wwqldjf37sf7zldnbgvfmyqcvpjvhs949gb3r8i5cffzm58";
sha256 = "0w4a4jg3py0phsp99nl7abyd31salnc57w4l05a228imvyy0maia";
};
nativeBuildInputs = [ cmake doxygen pkgconfig ];