overlays(avizo): Update to latest commit

Includes both the icon fix and the positioning fix.
This commit is contained in:
Donovan Glover 2024-09-04 19:33:14 -04:00
parent ecd3ae041b
commit 406e7db865
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,10 +1,12 @@
final: prev: {
avizo = prev.avizo.overrideAttrs (oldAttrs: {
version = "1.3-unstable-2024-09-04";
src = prev.fetchFromGitHub {
owner = "donovanglover";
owner = "heyjuvi";
repo = "avizo";
rev = "e5e51a14768e6c3c273f2e121a3fca71cc30f3b9";
hash = "sha256-FZn1HOnBNyqj448egH2H5FZc0ApKMWH6i8iM2qoHaRs=";
rev = "bc2fb780da58a312191edbf007fc3c8ef1e4eb15";
hash = "sha256-aYA/ls6MLHuE/6noVff4LUEJzyh0EEs+u2dallnevcI=";
};
});
}