vifm: 0.14.2 -> 0.14.3

Changes: https://github.com/vifm/vifm/releases/tag/v0.14.3
This commit is contained in:
Sergei Trofimovich
2025-06-04 21:09:22 +01:00
parent 2beb0d286d
commit 3c7f09cbb3
+2 -2
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 = [