bump(grimoire): 1.26.0
check / build (pull_request) Successful in 2h58m12s

This commit is contained in:
2026-07-30 20:38:16 +01:00
parent 10568239ce
commit 3d5b59e4c5
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -116,12 +116,12 @@
"name": null, "name": null,
"owner": "Slush97", "owner": "Slush97",
"repo": "grimoire", "repo": "grimoire",
"rev": "v1.23.0", "rev": "v1.26.0",
"sha256": "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE=", "sha256": "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=",
"sparseCheckout": [], "sparseCheckout": [],
"type": "github" "type": "github"
}, },
"version": "v1.23.0" "version": "v1.26.0"
}, },
"neovide": { "neovide": {
"cargoLock": { "cargoLock": {
+3 -3
View File
@@ -69,13 +69,13 @@
}; };
grimoire = { grimoire = {
pname = "grimoire"; pname = "grimoire";
version = "v1.23.0"; version = "v1.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Slush97"; owner = "Slush97";
repo = "grimoire"; repo = "grimoire";
rev = "v1.23.0"; rev = "v1.26.0";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE="; sha256 = "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=";
}; };
}; };
neovide = { neovide = {