From 0b5a36f207972ce6cf8252a6727d6d56e515ae8b Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 22 Jan 2018 12:45:10 +0100 Subject: yabar-unstable: 2018-01-02 -> 2018-01-18 The following changes landed in master: - Reset colors unconditionally (2f1ee69d4c75e210265dca732ff6c2ddd7f440f2) - Document NixOS support (993f1b5a7bc2a41a353a104cff0763860c053c92) - ya_int_song: improve configuration of playerctl properties (1f776cd5f1f4e89e6ebca3ca09feb7e09f79e79e) --- pkgs/applications/window-managers/yabar/unstable.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/window-managers/yabar/unstable.nix b/pkgs/applications/window-managers/yabar/unstable.nix index 842e10ad83b7..77abc0c7ed4b 100644 --- a/pkgs/applications/window-managers/yabar/unstable.nix +++ b/pkgs/applications/window-managers/yabar/unstable.nix @@ -2,10 +2,10 @@ let pkg = callPackage ./build.nix ({ - version = "unstable-2018-01-02"; + version = "unstable-2018-01-18"; - rev = "d9f75933f1fdd7bec24bf7db104c7e1df2728b98"; - sha256 = "0ry2pgqsnl6cmvkhakm73cjqdnirkimldnmbngl6hbvggx32z8c9"; + rev = "c516e8e78d39dd2b339acadc4c175347171150bb"; + sha256 = "1p9lx78cayyn7qc2q66id2xfs76jyddnqv2x1ypsvixaxwcvqgdb"; } // attrs); in pkg.overrideAttrs (o: { buildInputs = o.buildInputs ++ [ -- cgit 1.4.1