Skip to content

Commit efc5f2f

Browse files
author
Matteo Pacini
committed
miru: 5.5.6 -> 5.5.8
1 parent 9d48107 commit efc5f2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkgs/by-name/mi/miru/darwin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
1919

2020
src = fetchurl {
2121
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/mac-Miru-${version}-mac.zip";
22-
hash = "sha256-odMJ5OCXDajm4z+oHCqtpew+U73ymghmDa/F019dAcY=";
22+
hash = "sha256-GTw5RislcL5s6gwUeCmLglXt/BZEpq3aau/ij1E7kso=";
2323
};
2424

2525
sourceRoot = ".";

pkgs/by-name/mi/miru/linux.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appimageTools.wrapType2 rec {
1919
src = fetchurl {
2020
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
2121
name = "${pname}-${version}.AppImage";
22-
hash = "sha256-yfavGhH/QROChWB0MxYt8+dssYo0+/1bV+h2Ce951RE=";
22+
hash = "sha256-4ueVgIcIi/RIFRoDKStiNqszfaIXZ9dfagddzCVaSRs=";
2323
};
2424

2525
extraInstallCommands =

pkgs/by-name/mi/miru/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
let
77
pname = "miru";
8-
version = "5.5.6";
8+
version = "5.5.8";
99
meta = with lib; {
1010
description = "Stream anime torrents, real-time with no waiting for downloads";
1111
homepage = "https://miru.watch";

0 commit comments

Comments
 (0)