mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
overlays(avizo): Update to latest commit
Includes both the icon fix and the positioning fix.
This commit is contained in:
parent
ecd3ae041b
commit
406e7db865
@ -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=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user