Created
February 15, 2025 08:06
-
-
Save thefenriswolf/f171a7eb8d69403f5ed8b20b2dc12f66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {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