Merge pull request #276908 from YMSTNT/update-hifile
hifile: 0.9.9.6 -> 0.9.9.7
This commit is contained in:
commit
60b1621fc1
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
||||||
{ lib, appimageTools, fetchurl }:
|
{ lib, appimageTools, fetchurl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.9.9.6";
|
version = "0.9.9.7";
|
||||||
pname = "hifile";
|
pname = "hifile";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
|
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
|
||||||
hash = "sha256-qfBV4w4nChH2wUAHdcUFwVs+3OeqcKqMJ8WUucn31q4=";
|
hash = "sha256-/vFW+jHmtCEioJt0B5TnNDsaIyFlDuVABnHNccm6iEw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in appimageTools.wrapType2 rec {
|
||||||
appimageTools.wrapType2 rec {
|
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
|
||||||
extraInstallCommands = ''
|
extraInstallCommands = ''
|
||||||
|
|
Loading…
Reference in a new issue