summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:08:52 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:08:52 -0700
commit1c67dc2f35615d4f3f8bff71f6704db07cfb2357 (patch)
tree83caae9840cd3a3ad985cc7f7e1691c3c0cd0957 /pkgs/development
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar.gz
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar.bz2
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar.lz
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar.xz
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.tar.zst
nixlib-1c67dc2f35615d4f3f8bff71f6704db07cfb2357.zip
libfm-extra: 1.3.0 -> 1.3.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libfm-extra/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.0.2 with grep in /nix/store/5am33wnj853b12vfyyccsm213yv686kg-libfm-extra-1.3.0.2
- directory tree listing: https://gist.github.com/21b078659a3a745638c69b3d9ef063c4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libfm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfm/default.nix b/pkgs/development/libraries/libfm/default.nix
index 01bfe1653fe6..ce1d3b138f88 100644
--- a/pkgs/development/libraries/libfm/default.nix
+++ b/pkgs/development/libraries/libfm/default.nix
@@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
   name = if extraOnly
     then "libfm-extra-${version}"
     else "libfm-${version}";
-  version = "1.3.0";
+  version = "1.3.0.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/pcmanfm/libfm-${version}.tar.xz";
-    sha256 = "151jyy8ipmp2h829gd9s4s429qafv1zxl7j6zaj1k1gzm9s5rmnb";
+    sha256 = "0wkwbi1nyvqza3r1dhrq846axiiq0fy0dqgngnagh76fjrwnzl0q";
   };
 
   nativeBuildInputs = [ pkgconfig ];