From f350ad82319778b309082955d15b0d8a55f8fd53 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Mon, 10 Jun 2019 14:35:06 +0200 Subject: [PATCH] waybar: 0.6.7 -> 0.6.8 --- pkgs/applications/misc/waybar/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/waybar/default.nix b/pkgs/applications/misc/waybar/default.nix index 045b78b92c5..43378a3e997 100644 --- a/pkgs/applications/misc/waybar/default.nix +++ b/pkgs/applications/misc/waybar/default.nix @@ -8,14 +8,14 @@ , mpdSupport ? true, mpd_clientlib }: stdenv.mkDerivation rec { - name = "waybar-${version}"; - version = "0.6.7"; + pname = "waybar"; + version = "0.6.8"; src = fetchFromGitHub { owner = "Alexays"; repo = "Waybar"; rev = version; - sha256 = "1rkqxszay2fns8c2q0b668mjacr4wb7drlbfi55z9w5f9cfxgifw"; + sha256 = "0wyp1p9r1k8jnjq8clp2fx8xa3f4lfrgbp67fxrjh9718p4br0ab"; }; nativeBuildInputs = [