Skip to content

Commit f7c6f37

Browse files
miru: 5.5.6 -> 5.5.8, with lib; cleanup (#355380)
2 parents ef9b4bc + 9588bbd commit f7c6f37

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
}:
66
let
77
pname = "miru";
8-
version = "5.5.6";
9-
meta = with lib; {
8+
version = "5.5.8";
9+
meta = {
1010
description = "Stream anime torrents, real-time with no waiting for downloads";
1111
homepage = "https://miru.watch";
12-
license = licenses.gpl3Plus;
13-
maintainers = with maintainers; [
12+
license = lib.licenses.gpl3Plus;
13+
maintainers = with lib.maintainers; [
1414
d4ilyrun
1515
matteopacini
1616
];
1717
mainProgram = "miru";
1818

19-
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
19+
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
2020
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
2121

2222
longDescription = ''

0 commit comments

Comments
 (0)