vifm: 0.13 -> 0.14

Note that handling of `vifmrc` changed quite a bit.

Changes: https://github.com/vifm/vifm/releases/tag/v0.14
This commit is contained in:
Sergei Trofimovich
2025-02-09 08:27:15 +00:00
parent 6f1338e307
commit cc1de63fd1
+2 -2
View File
@@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = if isFullPackage then "vifm-full" else "vifm";
version = "0.13";
version = "0.14";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
hash = "sha256-DZKTdJp5QHat6Wfs3EfRQdheRQNwWUdlORvfGpvUUHU=";
hash = "sha256-JxTdTO9OU+eomAroRF6IJ5EE+BXUf0F/oLit/i89G+0=";
};
nativeBuildInputs = [