Merge pull request #65969 from r-ryantm/auto-update/liblcf

liblcf: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2019-08-10 05:00:54 -05:00 committed by GitHub
commit 97cd74fe0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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