Merge pull request #314854 from r-ryantm/auto-update/lemonbar

lemonbar: 1.4 -> 1.5
This commit is contained in:
Aleksana 2024-05-31 22:46:15 +08:00 committed by GitHub
commit c12dfcedec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lemonbar";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "LemonBoy";
repo = "bar";
rev = "v${version}";
sha256 = "sha256-lmppcnQ8r4jEuhegpTBxYqxfTTS/IrbtQVZ44HqnoWo=";
sha256 = "sha256-OLhgu0kmMZhjv/VST8AXvIH+ysMq72m4TEOypdnatlU=";
};
buildInputs = [ libxcb perl ];