Compare commits

..
2 Commits
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