vifm: 0.14.2 -> 0.14.3 (#414039)

This commit is contained in:
7c6f434c 2025-06-06 06:35:29 +00:00 committed by GitHub
commit 30e98969ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = if isFullPackage then "vifm-full" else "vifm";
version = "0.14.2";
version = "0.14.3";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
hash = "sha256-zRsF0lQ832gp1gsjvCJcb94T0+98EAj4IbkgmDfx4rA=";
hash = "sha256-Fqm+EQjWpaCen5R/clY3XlGbpB6+lHNlmyBzn9vzRA4=";
};
nativeBuildInputs = [
@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
patchShebangs --build src/helpztags
'';
enableParallelBuilding = true;
postFixup =
let
path = lib.makeBinPath [