polybar: 3.6.2 -> 3.6.3

This commit is contained in:
ckie 2022-05-06 23:50:51 +03:00
parent cbe587c735
commit e1b3db7d1a
No known key found for this signature in database
GPG key ID: 13E79449C0525215

View file

@ -44,13 +44,13 @@
stdenv.mkDerivation rec {
pname = "polybar";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-mLAcA8afGLNhRRU/x/TngCMcSRXdEM5wKWoYZhezJqU=";
hash = "sha256-FKkPSAEMzptnjJq3xTk+fpD8XjASQ3smX5imstDyLNE=";
fetchSubmodules = true;
};