Merge pull request #265751 from quantenzitrone/polybar

authored by

ckie and committed by
GitHub
ed39fe5b c3b7ca34

+9 -11
+1 -1
maintainers/maintainer-list.nix
··· 14623 14623 }; 14624 14624 quantenzitrone = { 14625 14625 email = "quantenzitrone@protonmail.com"; 14626 - github = "Quantenzitrone"; 14626 + github = "quantenzitrone"; 14627 14627 githubId = 74491719; 14628 14628 matrix = "@quantenzitrone:matrix.org"; 14629 14629 name = "quantenzitrone";
+7 -7
pkgs/applications/misc/polybar/default.nix pkgs/by-name/po/polybar/package.nix
··· 40 40 , i3Support ? false 41 41 }: 42 42 43 - stdenv.mkDerivation rec { 43 + stdenv.mkDerivation (finalAttrs: { 44 44 pname = "polybar"; 45 - version = "3.6.3"; 45 + version = "3.7.0"; 46 46 47 47 src = fetchFromGitHub { 48 - owner = pname; 49 - repo = pname; 50 - rev = version; 51 - hash = "sha256-FKkPSAEMzptnjJq3xTk+fpD8XjASQ3smX5imstDyLNE="; 48 + owner = "polybar"; 49 + repo = "polybar"; 50 + rev = finalAttrs.version; 51 + hash = "sha256-Z1rL9WvEZHr5M03s9KCJ6O6rNuaK7PpwUDaatYuCocI="; 52 52 fetchSubmodules = true; 53 53 }; 54 54 ··· 113 113 maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ]; 114 114 platforms = platforms.linux; 115 115 }; 116 - } 116 + })
pkgs/applications/misc/polybar/remove-hardcoded-etc.diff pkgs/by-name/po/polybar/remove-hardcoded-etc.diff
+1 -3
pkgs/top-level/all-packages.nix
··· 34140 34140 34141 34141 pnglatex = with python3Packages; toPythonApplication pnglatex; 34142 34142 34143 - polybar = callPackage ../applications/misc/polybar { }; 34144 - 34145 - polybarFull = callPackage ../applications/misc/polybar { 34143 + polybarFull = polybar.override { 34146 34144 alsaSupport = true; 34147 34145 githubSupport = true; 34148 34146 mpdSupport = true;