Skip to content

Commit

Permalink
miru: 5.3.1 -> 5.5.0 (#337313)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 26, 2024
2 parents 94930d4 + 5ed29e1 commit f38eff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/mi/miru/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-4PUi/q9Dtyp6c++hmwfoW5cluzolZYANnKXtiMqlMGo=";
hash = "sha256-Pqf6lgogk3j6Bi78x6lCVlOjhR8BhoFbhRa7l3YkqP0=";
};

sourceRoot = ".";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mi/miru/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-NjsuI9GFMVJ6+E03UDPq6xrzlO0Vs1nfYsOE6TDVwY0=";
hash = "sha256-Kk8rdhKNLARG5zngWXRjcfoe9Fc6VHYre7FMkHLPMIo=";
};

extraInstallCommands =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mi/miru/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
let
pname = "miru";
version = "5.3.1";
version = "5.5.0";
meta = with lib; {
description = "Stream anime torrents, real-time with no waiting for downloads";
homepage = "https://miru.watch";
Expand Down

0 comments on commit f38eff4

Please sign in to comment.