Skip to content

Instantly share code, notes, and snippets.

@thefenriswolf
Created February 15, 2025 08:06
Show Gist options
  • Select an option

  • Save thefenriswolf/f171a7eb8d69403f5ed8b20b2dc12f66 to your computer and use it in GitHub Desktop.

Select an option

Save thefenriswolf/f171a7eb8d69403f5ed8b20b2dc12f66 to your computer and use it in GitHub Desktop.
{appimageTools, fetchurl}:
let
pname = "UVtools";
version = "5.0.6";
src = fetchurl {
url =
"https://github.com/sn4k3/${pname}/releases/download/v${version}/${pname}_linux-x64_v${version}.AppImage";
hash = "sha256-T1E2+7YocWbspRrpWoexfLmm7LZSb4Nkw8WSBD6zTHs";
};
in appimageTools.wrapType2 {
inherit pname version src;
extraPkgs = pkgs: [ pkgs.icu ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment