···
8
-
version = "0.9.9.16";
8
+
version = "0.9.9.18";
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
13
-
hash = "sha256-/5ZAAq6yQQZ8NxlCeXp1jJ+fqewIGuBGD+KpjirfCjU=";
13
+
hash = "sha256-N/q7uIXcl1Gl4iBiFr46XK6cVc1mbiQc0qov9GvpjDw=";
appimageContents = appimageTools.extractType2 {
···
21
-
appimageTools.wrapType2 rec {
21
+
appimageTools.wrapType2 {
inherit pname version src;
extraInstallCommands = ''
install -m 444 -D ${appimageContents}/HiFile.desktop $out/share/applications/HiFile.desktop
install -m 444 -D ${appimageContents}/HiFile.png $out/share/icons/hicolor/512x512/apps/HiFile.png
substituteInPlace $out/share/applications/HiFile.desktop \
28
-
--replace-fail 'Exec=HiFile' 'Exec=${pname}'
28
+
--replace-fail 'Exec=HiFile' 'Exec=hifile'
passthru.updateScript = ./update.sh;
description = "Dual-pane graphical file manager for Windows, macOS and Linux";
HiFile is the next evolution of file managers. Its mission is to increase your productivity whenever you work with files or folders. It aims to be better in every way - more convenient, more versatile, more efficient, more elegant, more customizable, and more fun.
homepage = "https://www.hifile.app/";
downloadPage = "https://www.hifile.app/download";
40
-
license = licenses.unfree;
41
-
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
42
-
maintainers = with maintainers; [ ymstnt ];
40
+
changelog = "https://www.hifile.app/changelog";
41
+
license = lib.licenses.unfree;
42
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
43
+
maintainers = with lib.maintainers; [ ymstnt ];
platforms = [ "x86_64-linux" ];