Commit bb3b53f6 authored by Declan Rixon's avatar Declan Rixon Committed by Anderson Torres
Browse files

glslls: 0.4.1 -> 0.5.0

parent ea05d482
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [