Unverified Commit cc470d92 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #331066 from feschber/update-lan-mouse

lan-mouse: 0.8.0 -> 0.9.1
parents a5779e92 7316070b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
  pname = "lan-mouse";
  version = "0.8.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "feschber";
    repo = "lan-mouse";
    rev = "v${version}";
    hash = "sha256-s80oaUDuFnbCluImLLliv1b1RDpIKrBWdX4hHy3xUIU=";
    hash = "sha256-BadpYZnZJcifhe916/X+OGvTQ4FQeTLnoy0gP/i5cLA=";
  };

  nativeBuildInputs = [
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
  ]
  ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.CoreGraphics;

  cargoHash = "sha256-rmiirWNS5Eldq0NyOyYielTPDdKbhtRqRS7RnGZ7H3g=";
  cargoHash = "sha256-pDdpmZPaClU8KjFHO7v3FDQp9D83GQN+SnFg53q2fjs=";

  meta = {
    description = "Software KVM switch for sharing a mouse and keyboard with multiple hosts through the network";