waybar: 0.10.1 -> 0.10.2

This commit is contained in:
José Romildo 2024-04-23 13:28:47 -03:00
parent bf182c39d9
commit d1ff1ad27b
1 changed files with 2 additions and 2 deletions

View File

@ -77,13 +77,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "waybar";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = finalAttrs.version;
hash = "sha256-xDeY0Bnwr+jCS0IpseWNgryQ3yV7RJ1VNNbOkT/xl5c=";
hash = "sha256-xinTLjZJhL4048jpAbN3i6nSxKAqnbesbK/GBX+1CkE=";
};
postUnpack = lib.optional cavaSupport ''