lsp-plugins: 1.2.11 -> 1.2.12

This commit is contained in:
R. Ryantm 2023-10-14 11:31:21 +00:00
parent aef16f9cb4
commit 39965f343e

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "lsp-plugins";
version = "1.2.11";
version = "1.2.12";
src = fetchurl {
url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
sha256 = "sha256-9zLs1J7rZkMaVQxOwihjCsKSLyb9q64pTZLVg/UVf2o=";
sha256 = "sha256-a3ts+7wiEwcoLPj6KsfP9lvTNTDSr9t+qEujSgpotXo=";
};
outputs = [ "out" "dev" "doc" ];