hifile: 0.9.9.13 -> 0.9.9.15

This commit is contained in:
YMSTNT 2024-10-14 16:01:44 +02:00
parent 35618d0b14
commit 13f2e60293

View File

@ -1,19 +1,24 @@
{ lib, appimageTools, fetchurl }:
{
lib,
appimageTools,
fetchurl,
}:
let
version = "0.9.9.13";
version = "0.9.9.15";
pname = "hifile";
src = fetchurl {
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
hash = "sha256-nZlPdl7D0UWtm8mFz4IDqmvGeBVc7mbeUpzyHrdDQtk=";
hash = "sha256-Q0clcmBLWt8qDzHYjRRbwyZBSWW//yBTbRcnRjrSlzM=";
};
appimageContents = appimageTools.extractType2 {
inherit pname version src;
};
in appimageTools.wrapType2 rec {
in
appimageTools.wrapType2 rec {
inherit pname version src;
extraInstallCommands = ''