Unverified Commit 4af4bf45 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

miru: 5.0.0 -> 5.0.3
parents 1d274ffc 07950a59
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

appimageTools.wrapType2 rec {
  pname = "miru";
  version = "5.0.0";
  version = "5.0.3";

  src = fetchurl {
    url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
    name = "${pname}-${version}.AppImage";
    sha256 = "sha256-Gp3pP973+peSr0pfUDqKQWZFiY4jdOp4tsn1336wcwY=";
    sha256 = "sha256-vKV1Scd+YiJMIV8EWx4udoOxTXW9NA7k/CxRVNRqrjk=";
  };

  extraInstallCommands =
@@ -29,7 +29,7 @@ appimageTools.wrapType2 rec {

  meta = with lib; {
    description = "Stream anime torrents, real-time with no waiting for downloads";
    homepage = "https://github.com/ThaUnknown/miru#readme";
    homepage = "https://miru.watch";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.d4ilyrun ];
    mainProgram = "miru";