Merge pull request #298010 from feschber/update-lan-mouse
lan-mouse: 0.6.0 -> 0.7.3
This commit is contained in:
commit
fdb0ea883d
2 changed files with 426 additions and 529 deletions
948
pkgs/by-name/la/lan-mouse/Cargo.lock
generated
948
pkgs/by-name/la/lan-mouse/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "lan-mouse";
|
pname = "lan-mouse";
|
||||||
version = "0.6.0";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "feschber";
|
owner = "feschber";
|
||||||
repo = "lan-mouse";
|
repo = "lan-mouse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-98n0Y9oL/ll90NKHJC/25wkav9K+eVqrO7PlrJMoGmY=";
|
hash = "sha256-W4TCA8umcr2hCIc50GFdvDVZaJGSNRNi7iDe8DJ5PHs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -40,9 +40,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
outputHashes = {
|
|
||||||
"reis-0.1.0" = "sha256-sRZqm6QdmgqfkTjEENV8erQd+0RL5z1+qjdmY18W3bA=";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue