Skip to content

Commit

Permalink
xidlehook: v0.6.1 -> v0.6.2 (#57599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jD91mZM2 authored and xeji committed Mar 13, 2019
1 parent 4d82af0 commit b9887d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/X11/xidlehook/default.nix
Expand Up @@ -3,7 +3,7 @@

rustPlatform.buildRustPackage rec {
name = "xidlehook-${version}";
version = "0.6.1";
version = "0.6.2";

doCheck = false;

Expand All @@ -12,11 +12,11 @@ rustPlatform.buildRustPackage rec {
repo = "xidlehook";
rev = version;

sha256 = "04h6j66wif202x4kssagb66nnrz9m9ccs1d0dfh92955yix1ln23";
sha256 = "1ca29rw1w2ldahp9f1v9kfrjycbjwx3mab3m25lr82084kaa6lsh";
};

cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];
cargoSha256 = "1pdhbqnkgwp2v5zyin8z8049aq8c3kfk04v9wsbz8qla34rgi99s";
cargoSha256 = "1sy7q875gg6as98lp6m15x9b3lhdikm9326lmqcs5fv3hhzvdlvy";

buildInputs = [ xlibsWrapper xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security;
nativeBuildInputs = [ pkgconfig patchelf ];
Expand Down

0 comments on commit b9887d9

Please sign in to comment.