Unverified Commit 623598bd authored by Charlie Root's avatar Charlie Root
Browse files

rmpc: 0.4.0 -> 0.6.0

Bump the rmpc version to 0.6.0, since 0.4.0 is over two months old
already.
https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#060---2024-10-28
parent 99fc8650
Loading
Loading
Loading
Loading
+3 −3
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