hifile: 0.9.9.5 -> 0.9.9.6

https://www.hifile.app/changelog
This commit is contained in:
YMSTNT 2023-11-19 00:00:01 +01:00
parent e7e5233f7f
commit 56bcfa3325

View file

@ -1,12 +1,12 @@
{ lib, appimageTools, fetchurl }:
let
version = "0.9.9.5";
version = "0.9.9.6";
pname = "hifile";
src = fetchurl {
url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
hash = "sha256-Ks/NLPm5loo9q8pT0LdtfcrC38203beNE74sbEpyuJM=";
hash = "sha256-qfBV4w4nChH2wUAHdcUFwVs+3OeqcKqMJ8WUucn31q4=";
};
appimageContents = appimageTools.extractType2 {