fix: pi settings sync

chore: eigent update
This commit is contained in:
sascha.koenig
2026-04-15 11:38:25 +02:00
parent 25a44e79fa
commit a1b6950e93
9 changed files with 35 additions and 108 deletions

View File

@@ -8,10 +8,10 @@
nix-update-script,
}: let
pname = "eigent";
version = "0.0.89";
version = "0.0.90";
src = fetchurl {
url = "https://github.com/eigent-ai/eigent/releases/download/v${version}/Eigent-${version}.AppImage";
hash = "sha256-9KuiFjegfXhCu1W/FCinWX4ae/DsNPudeBcXFfW18Hc=";
hash = "sha256-mwCBx+D6mgGqQa8bDuUpo3h49EwFVkwasJwaYc6aXFE=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in