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

lan-mouse: 0.6.0 -> 0.7.3
This commit is contained in:
superherointj 2024-03-22 13:54:02 +00:00 committed by GitHub
commit fdb0ea883d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 426 additions and 529 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec {
pname = "lan-mouse";
version = "0.6.0";
version = "0.7.3";
src = fetchFromGitHub {
owner = "feschber";
repo = "lan-mouse";
rev = "v${version}";
hash = "sha256-98n0Y9oL/ll90NKHJC/25wkav9K+eVqrO7PlrJMoGmY=";
hash = "sha256-W4TCA8umcr2hCIc50GFdvDVZaJGSNRNi7iDe8DJ5PHs=";
};
nativeBuildInputs = [
@ -40,9 +40,6 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"reis-0.1.0" = "sha256-sRZqm6QdmgqfkTjEENV8erQd+0RL5z1+qjdmY18W3bA=";
};
};
meta = {