revert swhkd update

This commit is contained in:
EdenQwQ 2025-05-08 23:23:52 +08:00
parent 5eee15bfa9
commit dc88075106

View file

@ -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
];