Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d82af02503f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9887d9fd18a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 13, 2019

  1. xidlehook: v0.6.1 -> v0.6.2 (#57599)

    jD91mZM2 authored and xeji committed Mar 13, 2019
    Copy the full SHA
    b9887d9 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/X11/xidlehook/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/X11/xidlehook/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

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

doCheck = false;

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