Merge pull request #276908 from YMSTNT/update-hifile

hifile: 0.9.9.6 -> 0.9.9.7
This commit is contained in:
Mario Rodas 2023-12-28 10:24:56 -05:00 committed by GitHub
commit 60b1621fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,19 @@
{ lib, appimageTools, fetchurl }:
let
version = "0.9.9.6";
version = "0.9.9.7";
pname = "hifile";
src = fetchurl {
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
hash = "sha256-qfBV4w4nChH2wUAHdcUFwVs+3OeqcKqMJ8WUucn31q4=";
hash = "sha256-/vFW+jHmtCEioJt0B5TnNDsaIyFlDuVABnHNccm6iEw=";
};
appimageContents = appimageTools.extractType2 {
inherit pname version src;
};
in
appimageTools.wrapType2 rec {
in appimageTools.wrapType2 rec {
inherit pname version src;
extraInstallCommands = ''