waybar: 0.9.19 -> 0.9.20

This commit is contained in:
ギャラ 2023-07-19 21:49:47 +09:00
parent aca9c8086f
commit f438d650b4
No known key found for this signature in database
GPG Key ID: 686F3411A9823621

View File

@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation rec {
pname = "waybar";
version = "0.9.19";
version = "0.9.20";
src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = version;
hash = "sha256-55ZPqq/tJmF4sNdK72cgjXUWR4YtUfOrpePHn+E9T74=";
hash = "sha256-xLcoysnCPB9+jI5cZokWWIvXM5wo3eXOe/hXfuChBR4=";
};
postUnpack = lib.optional cavaSupport ''