Commit 62f1b23c authored by R. RyanTM's avatar R. RyanTM
Browse files

motrix-next: 3.8.3 -> 3.8.5

parent b180442a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,16 +25,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "motrix-next";
  version = "3.8.3";
  version = "3.8.5";

  src = fetchFromGitHub {
    owner = "AnInsomniacy";
    repo = "motrix-next";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PPzNdhRYKwABKH7Fh0l0gdZEDn0ZljshAeetetPxXHQ=";
    hash = "sha256-Y5i+0bAIb2YorO+PolBWlv0dFt/P6INPBfVEe3zG5Uc=";
  };

  cargoHash = "sha256-lvfmhYx7HSk3SrCJ03pZwq3ZAXnGtv2MIKX8+N5lQMc=";
  cargoHash = "sha256-p5Z9196lh7+4K2MzROZGbPcLyUjGU7VufXCZnh3WQfY=";

  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs)