5 Commits

Author SHA1 Message Date
doloro 25791d7342 fix(claude-sync): hash update
check / build (pull_request) Successful in 15m6s
2026-07-20 17:02:43 +01:00
doloro d8ae7b169b nvfetcher update all
check / build (pull_request) Failing after 1h32m22s
2026-07-20 16:58:44 +01:00
doloro 94f17bee8e bump(radare2-ghidra ; nvfetcher): 6.1.4 -> 6.1.8
check / build (pull_request) Successful in 17m47s
2026-07-20 16:38:30 +01:00
doloro eef6db3224 fix(grimoire): electron 41 with sqlite3 patch
check / build (pull_request) Failing after 14m3s
2026-07-20 14:28:22 +01:00
doloro d5c2b45a90 nix flake update
check / build (pull_request) Failing after 2h53m22s
2026-07-19 17:53:05 +01:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -116,12 +116,12 @@
"name": null,
"owner": "Slush97",
"repo": "grimoire",
"rev": "v1.26.0",
"sha256": "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=",
"rev": "v1.23.0",
"sha256": "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE=",
"sparseCheckout": [],
"type": "github"
},
"version": "v1.26.0"
"version": "v1.23.0"
},
"neovide": {
"cargoLock": {
+3 -3
View File
@@ -69,13 +69,13 @@
};
grimoire = {
pname = "grimoire";
version = "v1.26.0";
version = "v1.23.0";
src = fetchFromGitHub {
owner = "Slush97";
repo = "grimoire";
rev = "v1.26.0";
rev = "v1.23.0";
fetchSubmodules = false;
sha256 = "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=";
sha256 = "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE=";
};
};
neovide = {