xidlehook: 0.4.8 -> 0.4.9 (#42573)
This commit is contained in:
parent
92a047a6c4
commit
32628d18c3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "xidlehook-${version}";
|
name = "xidlehook-${version}";
|
||||||
version = "0.4.8";
|
version = "0.4.9";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
repo = "xidlehook";
|
repo = "xidlehook";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
|
||||||
sha256 = "1125n5szgq7bziz3lkrhb2a2iac93ap63g2xr78ap7b9i3gxs3xh";
|
sha256 = "1l2kmymwxal9v5g3q21i985yc201dpybp85qfws2n5rzw8qpg1dw";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];
|
cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user