Merge pull request #39428 from r-ryantm/auto-update/libfm-extra

libfm-extra: 1.2.5 -> 1.3.0
This commit is contained in:
Matthew Justin Bauer 2018-05-01 12:52:28 -05:00 committed by GitHub
commit b9f669e5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
name = if extraOnly
then "libfm-extra-${version}"
else "libfm-${version}";
version = "1.2.5";
version = "1.3.0";
src = fetchurl {
url = "mirror://sourceforge/pcmanfm/libfm-${version}.tar.xz";
sha256 = "0nlvfwh09gbq8bkbvwnw6iqr918rrs9gc9ljb9pjspyg408bn1n7";
sha256 = "151jyy8ipmp2h829gd9s4s429qafv1zxl7j6zaj1k1gzm9s5rmnb";
};
nativeBuildInputs = [ pkgconfig ];