Merge pull request #300170 from r-ryantm/auto-update/miru
miru: 5.0.0 -> 5.0.3
This commit is contained in:
commit
4af4bf4521
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
appimageTools.wrapType2 rec {
|
appimageTools.wrapType2 rec {
|
||||||
pname = "miru";
|
pname = "miru";
|
||||||
version = "5.0.0";
|
version = "5.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
|
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
|
||||||
name = "${pname}-${version}.AppImage";
|
name = "${pname}-${version}.AppImage";
|
||||||
sha256 = "sha256-Gp3pP973+peSr0pfUDqKQWZFiY4jdOp4tsn1336wcwY=";
|
sha256 = "sha256-vKV1Scd+YiJMIV8EWx4udoOxTXW9NA7k/CxRVNRqrjk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraInstallCommands =
|
extraInstallCommands =
|
||||||
|
@ -29,7 +29,7 @@ appimageTools.wrapType2 rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Stream anime torrents, real-time with no waiting for downloads";
|
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;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.d4ilyrun ];
|
maintainers = [ maintainers.d4ilyrun ];
|
||||||
mainProgram = "miru";
|
mainProgram = "miru";
|
||||||
|
|
Loading…
Reference in a new issue