miru: 5.5.8 -> 5.5.9

This commit is contained in:
R. Ryantm 2024-11-21 20:16:16 +00:00
parent 4e7bbd80cc
commit 7926405c0d
3 changed files with 3 additions and 3 deletions

View File

@ -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-GTw5RislcL5s6gwUeCmLglXt/BZEpq3aau/ij1E7kso=";
hash = "sha256-o/7CTkIVufD5ai99XZFyDUgCIV7r4PbUcqkYcMVZwKE=";
};
sourceRoot = ".";

View File

@ -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-4ueVgIcIi/RIFRoDKStiNqszfaIXZ9dfagddzCVaSRs=";
hash = "sha256-AhaGiZ/Vx9nJmIXrzZ1JMLqjWfQDyoKpzl55NT712Ro=";
};
extraInstallCommands =

View File

@ -5,7 +5,7 @@
}:
let
pname = "miru";
version = "5.5.8";
version = "5.5.9";
meta = {
description = "Stream anime torrents, real-time with no waiting for downloads";
homepage = "https://miru.watch";