polybar: 3.7.0 -> 3.7.1

This commit is contained in:
Lena 2023-12-01 20:37:42 +01:00
parent 4ce29f6c8b
commit ad4d73919b
No known key found for this signature in database
GPG key ID: AB5FC04C3C94443F

View file

@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "polybar";
version = "3.7.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "polybar";
repo = "polybar";
rev = finalAttrs.version;
hash = "sha256-Z1rL9WvEZHr5M03s9KCJ6O6rNuaK7PpwUDaatYuCocI=";
hash = "sha256-DX648jY1vewl3ImK84gF6/vtcSCg3wtgq6Ie3fCwZoA=";
fetchSubmodules = true;
};