Unverified Commit c8a8d019 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

miru: 5.5.9 -> 5.5.10 (#385002)

parents 7bb95604 d715e7f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {

  src = fetchurl {
    url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/mac-Miru-${version}-mac.zip";
    hash = "sha256-o/7CTkIVufD5ai99XZFyDUgCIV7r4PbUcqkYcMVZwKE=";
    hash = "sha256-V4Vo9fuQ0X7Q6CBM7Akh3+MrgQOBgCuC41khFatYWi4=";
  };

  sourceRoot = ".";
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ appimageTools.wrapType2 rec {
  src = fetchurl {
    url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
    name = "${pname}-${version}.AppImage";
    hash = "sha256-AhaGiZ/Vx9nJmIXrzZ1JMLqjWfQDyoKpzl55NT712Ro=";
    hash = "sha256-nLPqEI6u5NNQ/kPbXRWPG0pIwutKNK2J8JeTPN6wHlg=";
  };

  extraInstallCommands =
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
let
  pname = "miru";
  version = "5.5.9";
  version = "5.5.10";
  meta = {
    description = "Stream anime torrents, real-time with no waiting for downloads";
    homepage = "https://miru.watch";