hifile: 0.9.9.11 -> 0.9.9.12

https://www.hifile.app/changelog
This commit is contained in:
YMSTNT 2024-05-27 00:29:13 +02:00
parent ab9a7c1e35
commit 37eb521827

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 {