waybar: 0.6.7 -> 0.6.8

This commit is contained in:
Patrick Hilhorst 2019-06-10 14:35:06 +02:00
parent 80971ab792
commit f350ad8231
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -8,14 +8,14 @@
, mpdSupport ? true, mpd_clientlib , mpdSupport ? true, mpd_clientlib
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "waybar-${version}"; pname = "waybar";
version = "0.6.7"; version = "0.6.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Alexays"; owner = "Alexays";
repo = "Waybar"; repo = "Waybar";
rev = version; rev = version;
sha256 = "1rkqxszay2fns8c2q0b668mjacr4wb7drlbfi55z9w5f9cfxgifw"; sha256 = "0wyp1p9r1k8jnjq8clp2fx8xa3f4lfrgbp67fxrjh9718p4br0ab";
}; };
nativeBuildInputs = [ nativeBuildInputs = [