Merge pull request #261042 from r-ryantm/auto-update/lsp-plugins

lsp-plugins: 1.2.11 -> 1.2.12

authored by

OTABI Tomoya and committed by
GitHub
b69807e4 6998695f

+2 -2
+2 -2
pkgs/applications/audio/lsp-plugins/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "lsp-plugins"; 8 - version = "1.2.11"; 8 + version = "1.2.12"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz"; 12 - sha256 = "sha256-9zLs1J7rZkMaVQxOwihjCsKSLyb9q64pTZLVg/UVf2o="; 12 + sha256 = "sha256-a3ts+7wiEwcoLPj6KsfP9lvTNTDSr9t+qEujSgpotXo="; 13 13 }; 14 14 15 15 outputs = [ "out" "dev" "doc" ];