xidlehook: 0.4.8 -> 0.4.9 (#42573)

This commit is contained in:
jD91mZM2 2018-06-25 21:18:57 +02:00 committed by xeji
parent 92a047a6c4
commit 32628d18c3

View File

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
name = "xidlehook-${version}";
version = "0.4.8";
version = "0.4.9";
doCheck = false;
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
repo = "xidlehook";
rev = version;
sha256 = "1125n5szgq7bziz3lkrhb2a2iac93ap63g2xr78ap7b9i3gxs3xh";
sha256 = "1l2kmymwxal9v5g3q21i985yc201dpybp85qfws2n5rzw8qpg1dw";
};
cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];