Merge pull request #314960 from YMSTNT/update-hifile

hifile: 0.9.9.11 -> 0.9.9.12
This commit is contained in:
Nick Cao 2024-05-27 10:47:16 -04:00 committed by GitHub
commit b4c5757e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ lib, appimageTools, fetchurl }:
let
version = "0.9.9.11";
version = "0.9.9.12";
pname = "hifile";
src = fetchurl {
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
hash = "sha256-T/ig5Tfo58+yMp+kOEa96+QvABg6gTaIbdy53jWucvM=";
hash = "sha256-/1/5n+YDO1IhkUAjRIlr2NnNoU30u3gWbvhTLbN70q0=";
};
appimageContents = appimageTools.extractType2 {