about summary refs log tree commit diff
path: root/pkgs/development/libraries/liblcf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 12:40:16 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 12:40:16 -0700
commitcbae7a2bbd156fcda89ff03a2fa9bddf95c0a674 (patch)
tree5487d3116a087be9aadc830898487b23b6b395d9 /pkgs/development/libraries/liblcf
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
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
Diffstat (limited to 'pkgs/development/libraries/liblcf')
-rw-r--r--pkgs/development/libraries/liblcf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/liblcf/default.nix b/pkgs/development/libraries/liblcf/default.nix
index 8154a74aef5df..313780a9f0f08 100644
--- a/pkgs/development/libraries/liblcf/default.nix
+++ b/pkgs/development/libraries/liblcf/default.nix
@@ -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 ];