pkgs/ne/neovide: bump nvfetcher lock + make versioning nightly + rev instead of just rev for easy distinction; pkgs/gr/grimoire: fix hashes for successful build (#27)

I wanted to bump it to make sure the neovide verison is as updated as possible + to make nix-store diffs :p

Reviewed-on: nikkuss/pkgs#27
Co-authored-by: h4rl <h4rldev@proton.me>
This commit is contained in:
2026-08-17 17:10:06 +04:00
committed by nikkuss
parent 3fee7b017c
commit 16337d9143
5 changed files with 146 additions and 147 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
in
rustPlatform.buildRustPackage.override {stdenv = clangStdenv;} (finalAttrs: {
pname = "neovide";
version = src.rev;
version = "nightly-${src.rev}";
src = src;
cargoLock = sources.neovide.cargoLock."Cargo.lock";