Merge pull request #300170 from r-ryantm/auto-update/miru

miru: 5.0.0 -> 5.0.3

authored by Weijia Wang and committed by GitHub 4af4bf45 1d274ffc

+3 -3
+3 -3
pkgs/by-name/mi/miru/package.nix
··· 5 6 appimageTools.wrapType2 rec { 7 pname = "miru"; 8 - version = "5.0.0"; 9 10 src = fetchurl { 11 url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage"; 12 name = "${pname}-${version}.AppImage"; 13 - sha256 = "sha256-Gp3pP973+peSr0pfUDqKQWZFiY4jdOp4tsn1336wcwY="; 14 }; 15 16 extraInstallCommands = ··· 29 30 meta = with lib; { 31 description = "Stream anime torrents, real-time with no waiting for downloads"; 32 - homepage = "https://github.com/ThaUnknown/miru#readme"; 33 license = licenses.gpl3Plus; 34 maintainers = [ maintainers.d4ilyrun ]; 35 mainProgram = "miru";
··· 5 6 appimageTools.wrapType2 rec { 7 pname = "miru"; 8 + version = "5.0.3"; 9 10 src = fetchurl { 11 url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage"; 12 name = "${pname}-${version}.AppImage"; 13 + sha256 = "sha256-vKV1Scd+YiJMIV8EWx4udoOxTXW9NA7k/CxRVNRqrjk="; 14 }; 15 16 extraInstallCommands = ··· 29 30 meta = with lib; { 31 description = "Stream anime torrents, real-time with no waiting for downloads"; 32 + homepage = "https://miru.watch"; 33 license = licenses.gpl3Plus; 34 maintainers = [ maintainers.d4ilyrun ]; 35 mainProgram = "miru";