polybar: 3.4.1 -> 3.4.2

wip/yesman
Oleksii Filonenko 5 years ago
parent 826d61e5d9
commit 6c509b4f12
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1
  1. 4
      pkgs/applications/misc/polybar/default.nix

@ -27,13 +27,13 @@ assert i3GapsSupport -> ! i3Support && jsoncpp != null && i3-gaps != null;
let xcbproto-py3 = xcbproto.override { python = python3; };
in stdenv.mkDerivation rec {
pname = "polybar";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "1z1m6dxh2i5vsnkzaccb9j02ab05wgmcgig5d0l9w856g5jp3zmy";
sha256 = "1ss4wzy68dpqr5a4m090nn36v8wsp4a7pj6whcxxdrrimgww5r88";
fetchSubmodules = true;
};

Loading…
Cancel
Save