chore: update neovide hash
check / build (pull_request) Failing after 1h32m39s

This commit is contained in:
2026-04-12 20:08:23 +02:00
parent 6e29baf596
commit 80330456f3
4 changed files with 25 additions and 23 deletions
+11 -11
View File
@@ -21,7 +21,7 @@
},
"base24-schemes": {
"cargoLock": null,
"date": "2026-03-04",
"date": "2026-04-12",
"extract": null,
"name": "base24-schemes",
"passthru": null,
@@ -31,13 +31,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "13b5b0c299982bb361039601e2d72587d6846294",
"sha256": "sha256-4eu3LqB9tPqe0Vaqxd4wkZiBbthLbpb7llcoE/p5HT0=",
"rev": "3e228732e93c107e8b65b8be30c36e5b3c507d95",
"sha256": "sha256-G34G4hri8H2XNwF0e15MFj3sjO8fTOphNk0WjBwnVew=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/tinted-theming/schemes.git"
},
"version": "13b5b0c299982bb361039601e2d72587d6846294"
"version": "3e228732e93c107e8b65b8be30c36e5b3c507d95"
},
"claude-code-acp": {
"cargoLock": null,
@@ -53,12 +53,12 @@
"name": null,
"owner": "zed-industries",
"repo": "claude-code-acp",
"rev": "v0.24.2",
"sha256": "sha256-SRVbLcGrH5pJt6yfM0ObSso68M+yGateIVYf/kFVDhE=",
"rev": "v0.26.0",
"sha256": "sha256-2G8gjMCnk3W1I2+4sNsumL15ts9bLXAOMguCmwnzWSA=",
"sparseCheckout": [],
"type": "github"
},
"version": "v0.24.2"
"version": "v0.26.0"
},
"flightcore": {
"cargoLock": null,
@@ -84,7 +84,7 @@
"neovide": {
"cargoLock": {
"Cargo.lock": [
"sha256-Qd3Ld0az0b7ixz2ObUucdJO2uWSQs7XiTVdmXJxilhk=/Cargo.lock",
"sha256-JBV939TEfG44w59iUJ3KgiCrQ9aCcjmPxu2uoBD_Ank=/Cargo.lock",
{}
]
},
@@ -94,12 +94,12 @@
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"deepClone": true,
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "nightly",
"sha256": "sha256-Qd3Ld0az0b7ixz2ObUucdJO2uWSQs7XiTVdmXJxilhk=",
"sha256": "sha256-JBV939TEfG44w59iUJ3KgiCrQ9aCcjmPxu2uoBD/Ank=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/neovide/neovide.git"
+11 -11
View File
@@ -21,27 +21,27 @@
};
base24-schemes = {
pname = "base24-schemes";
version = "13b5b0c299982bb361039601e2d72587d6846294";
version = "3e228732e93c107e8b65b8be30c36e5b3c507d95";
src = fetchgit {
url = "https://github.com/tinted-theming/schemes.git";
rev = "13b5b0c299982bb361039601e2d72587d6846294";
rev = "3e228732e93c107e8b65b8be30c36e5b3c507d95";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [];
sha256 = "sha256-4eu3LqB9tPqe0Vaqxd4wkZiBbthLbpb7llcoE/p5HT0=";
sha256 = "sha256-G34G4hri8H2XNwF0e15MFj3sjO8fTOphNk0WjBwnVew=";
};
date = "2026-03-04";
date = "2026-04-12";
};
claude-code-acp = {
pname = "claude-code-acp";
version = "v0.24.2";
version = "v0.26.0";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "claude-code-acp";
rev = "v0.24.2";
rev = "v0.26.0";
fetchSubmodules = false;
sha256 = "sha256-SRVbLcGrH5pJt6yfM0ObSso68M+yGateIVYf/kFVDhE=";
sha256 = "sha256-2G8gjMCnk3W1I2+4sNsumL15ts9bLXAOMguCmwnzWSA=";
};
};
flightcore = {
@@ -61,14 +61,14 @@
src = fetchgit {
url = "https://github.com/neovide/neovide.git";
rev = "nightly";
fetchSubmodules = false;
deepClone = false;
fetchSubmodules = true;
deepClone = true;
leaveDotGit = false;
sparseCheckout = [];
sha256 = "sha256-Qd3Ld0az0b7ixz2ObUucdJO2uWSQs7XiTVdmXJxilhk=";
sha256 = "sha256-JBV939TEfG44w59iUJ3KgiCrQ9aCcjmPxu2uoBD/Ank=";
};
cargoLock."Cargo.lock" = {
lockFile = ./. + "/sha256-Qd3Ld0az0b7ixz2ObUucdJO2uWSQs7XiTVdmXJxilhk=/Cargo.lock";
lockFile = ./. + "/sha256-JBV939TEfG44w59iUJ3KgiCrQ9aCcjmPxu2uoBD_Ank=/Cargo.lock";
outputHashes = {
};
};
@@ -1593,7 +1593,7 @@ dependencies = [
[[package]]
name = "neovide"
version = "0.16.0"
version = "0.16.1"
dependencies = [
"anyhow",
"approx",
+2
View File
@@ -34,4 +34,6 @@ fetch.git = "https://github.com/qca/qca-swiss-army-knife.git"
[neovide]
src.manual = "nightly"
fetch.git = "https://github.com/neovide/neovide.git"
git.fetchSubmodules = true
git.deepClone = true
cargo_lock = ["Cargo.lock"]