Unverified Commit c520c086 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

rmpc: 0.4.0 -> 0.6.0 (#352977)

parents 354e59e6 e48c3685
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rmpc";
  version = "0.4.0";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "mierak";
    repo = "rmpc";
    rev = "v${version}";
    hash = "sha256-eWscMWOjTGmFCNGwf/6lMU0JbULC7/AFCPbznGQYRQI=";
    hash = "sha256-hQhcNeGNxUxJ9hO/ukmt6V8V8zQHQLvejeu692pKTwg=";
  };

  cargoHash = "sha256-PieGA8/C7d8Q5rdu7oRdVuCLNhwGp5LZYz/rM4agqng=";
  cargoHash = "sha256-Y+NmBAcp6lu1dmMo1Gpozmm/YvNYM7mUAvU2C7iO0ew=";

  nativeBuildInputs = [
    installShellFiles
@@ -48,7 +48,10 @@ rustPlatform.buildRustPackage rec {
      album art through kitty image protocol without any ugly hacks. It also features ranger/lf
      inspired browsing of songs and other goodies.
    '';
    maintainers = with lib.maintainers; [ donovanglover ];
    maintainers = with lib.maintainers; [
      donovanglover
      bloxx12
    ];
    mainProgram = "rmpc";
    platforms = lib.platforms.linux;
  };