liblcf: 0.5.4 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblcf/versions
This commit is contained in:
R. RyanTM 2019-03-10 12:40:16 -07:00
parent 213d6dd6ac
commit cbae7a2bbd

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "liblcf-${version}";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "liblcf";
rev = version;
sha256 = "1842hns0rbjncrhwjj7fzg9b3n47adn5jp4dg2zz34gfah3q4ig8";
sha256 = "1nhwwb32c3x0y82s0w93k0xz8h6xsd0sb4r1a0my8fd8p5rsnwbi";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];