mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
revert swhkd update
This commit is contained in:
parent
5eee15bfa9
commit
dc88075106
1 changed files with 2 additions and 4 deletions
|
|
@ -12,15 +12,13 @@ rustPlatform.buildRustPackage {
|
|||
src = fetchFromGitHub {
|
||||
owner = "waycrate";
|
||||
repo = "swhkd";
|
||||
rev = "c5c4071459a6465a3743a8bb5bb990e27cdf315b";
|
||||
hash = "sha256-Tv9+UBDBuRD3equ2XNmyt3Fm1+9DxkRzqV4M7PWnBLA=";
|
||||
rev = "d7182b6854ea1873c388f38714b923570cb71f86";
|
||||
hash = "sha256-+cxF/aWy2OLs1s+vQIXXsTx4hVAfJGenEdxOSgsmcqk=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-LBbmFyddyw7vV5voctXq3L4U3Ddbh428j5XbI+td/dg=";
|
||||
|
||||
NO_RFKILL_SW_SUPPORT = 1;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue