i3-gaps: 4.20.1 -> 4.21

https://github.com/Airblader/i3/blob/gaps-next/RELEASE-NOTES-4.21

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2022-09-28 17:26:00 +02:00
parent ba656a86e9
commit 7c5c1b9ef8
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D

View File

@ -2,13 +2,13 @@
i3.overrideAttrs (oldAttrs : rec {
pname = "i3-gaps";
version = "4.20.1";
version = "4.21";
src = fetchFromGitHub {
owner = "Airblader";
repo = "i3";
rev = version;
sha256 = "sha256-aS1dLs8KxoJaTf3RlQX+zRrtNmHEFZgkXDjt+8SuGDw=";
sha256 = "sha256-douSRvnyDbi2gDJfu9VZmmTyYfy+FrFWHgyAyPyBWdM=";
};
meta = with lib; {