vifm: 0.8 -> 0.8.1

This commit is contained in:
Matthias Beyer 2016-05-30 20:36:23 +02:00 committed by Joachim Fasting
parent a0e59175f5
commit 7a44e129b6
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -2,14 +2,14 @@
let
name = "vifm-${version}";
version = "0.8";
version = "0.8.1";
in stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://sourceforge/project/vifm/vifm/${name}.tar.bz2";
sha256 = "1syyvdcgwnvjxzmpf9f4gfi0ipwmlavg11zr7wiz8qplvi86psv9";
sha256 = "0yf3xc4czdrcbvmhq7d4xkck5phrmxwybmnv1zdb56qg56baq64r";
};
buildInputs = [ utillinux ncurses file libX11 which groff ];