Merge pull request #265751 from quantenzitrone/polybar

This commit is contained in:
ckie 2023-11-08 17:07:31 +02:00 committed by GitHub
commit ed39fe5b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View file

@ -14623,7 +14623,7 @@
}; };
quantenzitrone = { quantenzitrone = {
email = "quantenzitrone@protonmail.com"; email = "quantenzitrone@protonmail.com";
github = "Quantenzitrone"; github = "quantenzitrone";
githubId = 74491719; githubId = 74491719;
matrix = "@quantenzitrone:matrix.org"; matrix = "@quantenzitrone:matrix.org";
name = "quantenzitrone"; name = "quantenzitrone";

View file

@ -40,15 +40,15 @@
, i3Support ? false , i3Support ? false
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: {
pname = "polybar"; pname = "polybar";
version = "3.6.3"; version = "3.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = "polybar";
repo = pname; repo = "polybar";
rev = version; rev = finalAttrs.version;
hash = "sha256-FKkPSAEMzptnjJq3xTk+fpD8XjASQ3smX5imstDyLNE="; hash = "sha256-Z1rL9WvEZHr5M03s9KCJ6O6rNuaK7PpwUDaatYuCocI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -113,4 +113,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ]; maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} })

View file

@ -34140,9 +34140,7 @@ with pkgs;
pnglatex = with python3Packages; toPythonApplication pnglatex; pnglatex = with python3Packages; toPythonApplication pnglatex;
polybar = callPackage ../applications/misc/polybar { }; polybarFull = polybar.override {
polybarFull = callPackage ../applications/misc/polybar {
alsaSupport = true; alsaSupport = true;
githubSupport = true; githubSupport = true;
mpdSupport = true; mpdSupport = true;