Merge pull request #156429 from Enzime/update/surface-control

surface-control: 0.3.1-2 -> 0.4.1-2
This commit is contained in:
Renaud 2022-02-19 15:55:16 +01:00 committed by GitHub
commit 397f7c0bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +1,20 @@
{ lib, rustPlatform, fetchFromGitHub, installShellFiles, coreutils }:
{ lib, rustPlatform, fetchFromGitHub, pkg-config, installShellFiles, udev, coreutils }:
rustPlatform.buildRustPackage rec {
pname = "surface-control";
version = "0.3.1-2";
version = "0.4.1-2";
src = fetchFromGitHub {
owner = "linux-surface";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SLJ4mwBafLGL5pneMTHLc4S4Tgds2xLqByWFH95TK1k=";
sha256 = "sha256-ZgtEmjk1HwoKkyuOiMWalK5RPb3ML8HM/wwz8OM9HoI=";
};
cargoSha256 = "sha256-NH33AMuwf4bOF9zZJlONVMYgrrYSBq5VQClYW/rbzsM=";
cargoSha256 = "sha256-CsPyY/NA2+Lecemuor2nHd6yzf2PvMK7NZyvY3vewpI=";
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [ pkg-config installShellFiles ];
buildInputs = [ udev ];
postInstall = ''
installShellCompletion \