waybar: 0.9.18 -> 0.9.19

This commit is contained in:
Danil Suetin
2023-07-05 18:56:49 +02:00
committed by Matthieu Coudron
parent 8522fadc44
commit 4333f887a6
+2 -2
View File
@@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation rec {
pname = "waybar";
version = "0.9.18";
version = "0.9.19";
src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = version;
hash = "sha256-bnaYNa1jb7kZ1mtMzeOQqz4tmBG1w5YXlQWoop1Q0Yc=";
hash = "sha256-55ZPqq/tJmF4sNdK72cgjXUWR4YtUfOrpePHn+E9T74=";
};
postUnpack = lib.optional cavaSupport ''