vifm-full: 0.14 -> 0.14.1 (#403715)

This commit is contained in:
Nick Cao
2025-05-04 10:58:02 -04:00
committed by GitHub
+2 -2
View File
@@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = if isFullPackage then "vifm-full" else "vifm";
version = "0.14";
version = "0.14.1";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
hash = "sha256-JxTdTO9OU+eomAroRF6IJ5EE+BXUf0F/oLit/i89G+0=";
hash = "sha256-AfGeEU4p9IHSD6prNaQriDo/SHMk3bL3EHzhwQLEpJY=";
};
nativeBuildInputs = [