Merge pull request #171860 from ckiee/polyb363

polybar: 3.6.2 -> 3.6.3
main
Marek Fajkus 2 years ago committed by GitHub
commit df45d7da7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/misc/polybar/default.nix

@ -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;
};
@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
having a black belt in shell scripting.
'';
license = licenses.mit;
maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ];
maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save