We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b876e32 + 21a487c commit 30e9896Copy full SHA for 30e9896
pkgs/by-name/vi/vifm/package.nix
@@ -23,11 +23,11 @@ let
23
in
24
stdenv.mkDerivation rec {
25
pname = if isFullPackage then "vifm-full" else "vifm";
26
- version = "0.14.2";
+ version = "0.14.3";
27
28
src = fetchurl {
29
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
30
- hash = "sha256-zRsF0lQ832gp1gsjvCJcb94T0+98EAj4IbkgmDfx4rA=";
+ hash = "sha256-Fqm+EQjWpaCen5R/clY3XlGbpB6+lHNlmyBzn9vzRA4=";
31
};
32
33
nativeBuildInputs = [
@@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
48
patchShebangs --build src/helpztags
49
'';
50
51
+ enableParallelBuilding = true;
52
+
53
postFixup =
54
let
55
path = lib.makeBinPath [
0 commit comments