Merge pull request #306330 from romildo/upd.waybar

waybar: 0.10.1 -> 0.10.2
This commit is contained in:
José Romildo Malaquias 2024-04-25 21:29:51 -03:00 committed by GitHub
commit 4c86138ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ''