nvboard: fix include

This commit is contained in:
xinyangli 2024-01-05 18:09:30 +08:00
parent 996408c835
commit 3ff4ed6a00

View file

@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
name = "nvboard";
version = "0.3";
src = fetchFromGitHub {
owner = "NJU-ProjectN";
owner = "xinyangli";
repo = "nvboard";
rev = "23e79f86a6f915592cdf0af1c045a6f96082823c";
hash = "sha256-/sC2XD19MVgwKJH/rdCsfewR/Yf7cyd9okQV/AErP+k=";
rev = "1cf7dc440fb06f657efb7328385ae05922a3f3d8";
hash = "sha256-4HacBJEplkPd6ajqvFhWhSJACPC0dMBOVj6Nx8Tm4us=";
};
patches = [ ./fixpics.patch ];