glslls: 0.4.1 -> 0.5.0

This commit is contained in:
Declan Rixon 2023-10-09 20:29:26 +11:00 committed by Anderson Torres
parent ea05d48289
commit bb3b53f63b

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glslls";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "svenstaro";
repo = "glsl-language-server";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-UgQXxme0uySKYhhVMOO7+EZ4BL2s8nmq9QxC2SFQqRg=";
hash = "sha256-wi1QiqaWRh1DmIhwmu94lL/4uuMv6DnB+whM61Jg1Zs=";
};
nativeBuildInputs = [