1
0
forked from nikkuss/pkgs

bump(grimoire): 1.26.0 (#25)

Reviewed-on: nikkuss/pkgs#25
Co-authored-by: Doloro1978 <doloroo@proton.me>
Co-committed-by: Doloro1978 <doloroo@proton.me>
This commit is contained in:
2026-07-31 16:32:41 +04:00
committed by nikkuss
parent 10568239ce
commit 3fee7b017c
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.23.0",
"sha256": "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE=",
"rev": "v1.26.0",
"sha256": "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=",
"sparseCheckout": [],
"type": "github"
},
"version": "v1.23.0"
"version": "v1.26.0"
},
"neovide": {
"cargoLock": {
+3 -3
View File
@@ -69,13 +69,13 @@
};
grimoire = {
pname = "grimoire";
version = "v1.23.0";
version = "v1.26.0";
src = fetchFromGitHub {
owner = "Slush97";
repo = "grimoire";
rev = "v1.23.0";
rev = "v1.26.0";
fetchSubmodules = false;
sha256 = "sha256-GY1J/guggCc4fyEQKUoEHmRC8hMcSg6gBKU0maEYSPE=";
sha256 = "sha256-E357W9BTeODo4ckuWs4HfGTFYAk7kh/7OmvpShArIFs=";
};
};
neovide = {