vifm: 0.10 -> 0.10.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/vifm/versions
This commit is contained in:
R. RyanTM 2019-08-06 02:18:50 -07:00
parent 53328909da
commit c2a241ac5f

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "vifm-${version}";
version = "0.10";
version = "0.10.1";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
sha256 = "1f380xcyjnm4xmcdazs6dj064bwddhywvn3mgm36k7r7b2gnjnp0";
sha256 = "0fyhxh7ndjn8fyjhj14ymkr3pjcs3k1xbs43g7xvvq85vdb6y04r";
};
nativeBuildInputs = [ pkgconfig ];