Compare commits

...

2 Commits

Author SHA1 Message Date
nix-update bot 5a0629ca43 eigent: 0.0.90 -> 0.0.91
Diff: https://github.com/eigent-ai/eigent/compare/v0.0.90...v0.0.91
2026-05-20 04:02:19 +02:00
nix-update bot b4bf3fc5b8 chore: update flake inputs 2026-05-20 04:01:29 +02:00
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -55,11 +55,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1779198640,
"narHash": "sha256-lcrNgMTC3ubNgZs6csp1wy9w16RToifd0u1qRXi8e+I=",
"lastModified": 1779240357,
"narHash": "sha256-TD23a31bRpHPauogd+XPH6NNpx00N+3EDsL4rdesuho=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8cd8ee769a1acfbae84cb6d18fd2717c1afca2e1",
"rev": "a16c3a23c9594ee22f5d64346fd09144262939c6",
"type": "github"
},
"original": {
+2 -2
View File
@@ -8,10 +8,10 @@
nix-update-script,
}: let
pname = "eigent";
version = "0.0.90";
version = "0.0.91";
src = fetchurl {
url = "https://github.com/eigent-ai/eigent/releases/download/v${version}/Eigent-${version}.AppImage";
hash = "sha256-mwCBx+D6mgGqQa8bDuUpo3h49EwFVkwasJwaYc6aXFE=";
hash = "sha256-er38J8WxfPdI9OsqoWr/mZ5iyvEGtjfJeL05pDzUXg8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in