vifm: update to 0.7.7
This commit is contained in:
parent
e719f64a05
commit
8e72c1ef71
@ -2,17 +2,16 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "vifm-${version}";
|
name = "vifm-${version}";
|
||||||
version = "0.7.6";
|
version = "0.7.7";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/vifm/vifm/${name}.tar.bz2";
|
url = "mirror://sourceforge/project/vifm/vifm/${name}.tar.bz2";
|
||||||
sha256 ="03v50hmgfvrci5fz31zmklmp6ix7qpqnhvm6639wbk3g5mcrh5w6";
|
sha256 = "1lflmkd5q7qqi9d44py0y41pcx5bsadkihn3gc0x5cka04f2gh0d";
|
||||||
};
|
};
|
||||||
|
|
||||||
#phaseNames = ["doConfigure" "doMakeInstall"];
|
|
||||||
buildInputs = [ utillinux ncurses file libX11 ];
|
buildInputs = [ utillinux ncurses file libX11 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user