Unverified Commit ed39fe5b authored by ckie's avatar ckie Committed by GitHub
Browse files

Merge pull request #265751 from quantenzitrone/polybar

parents c3b7ca34 34cf3b71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14623,7 +14623,7 @@
  };
  quantenzitrone = {
    email = "quantenzitrone@protonmail.com";
    github = "Quantenzitrone";
    github = "quantenzitrone";
    githubId = 74491719;
    matrix = "@quantenzitrone:matrix.org";
    name = "quantenzitrone";
+7 −7
Original line number Diff line number Diff line
@@ -40,15 +40,15 @@
, i3Support ? false
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "polybar";
  version = "3.6.3";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    hash = "sha256-FKkPSAEMzptnjJq3xTk+fpD8XjASQ3smX5imstDyLNE=";
    owner = "polybar";
    repo = "polybar";
    rev = finalAttrs.version;
    hash = "sha256-Z1rL9WvEZHr5M03s9KCJ6O6rNuaK7PpwUDaatYuCocI=";
    fetchSubmodules = true;
  };

@@ -113,4 +113,4 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ];
    platforms = platforms.linux;
  };
}
})
+1 −3
Original line number Diff line number Diff line
@@ -34140,9 +34140,7 @@ with pkgs;
  pnglatex = with python3Packages; toPythonApplication pnglatex;
  polybar = callPackage ../applications/misc/polybar { };
  polybarFull = callPackage ../applications/misc/polybar {
  polybarFull = polybar.override {
    alsaSupport = true;
    githubSupport = true;
    mpdSupport = true;