Merge pull request #281141 from YMSTNT/update-hifile

hifile: 0.9.9.7 -> 0.9.9.10
This commit is contained in:
Nick Cao 2024-01-15 10:57:35 -05:00 committed by GitHub
commit 01e72ea255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, appimageTools, fetchurl }:
let
version = "0.9.9.7";
version = "0.9.9.10";
pname = "hifile";
src = fetchurl {
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
hash = "sha256-/vFW+jHmtCEioJt0B5TnNDsaIyFlDuVABnHNccm6iEw=";
hash = "sha256-wNS+vaWvJsZDrgiA7RWRfkGv9Mb6BZ2qyn67jwJu61I=";
};
appimageContents = appimageTools.extractType2 {