3
0
Fork 0
forked from mirrors/nixpkgs

liblcf: 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/liblcf/versions
This commit is contained in:
R. RyanTM 2019-08-04 11:47:08 -07:00
parent 53328909da
commit 35f5db655f

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 ];