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

lsp-plugins: 1.1.9 -> 1.1.10

authored by

Mario Rodas and committed by
GitHub
ea8686e2 1230fc86

+3 -3
+3 -3
pkgs/applications/audio/lsp-plugins/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "lsp-plugins"; 8 - version = "1.1.9"; 8 + version = "1.1.10"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "sadko4u"; 12 12 repo = pname; 13 13 rev = "${pname}-${version}"; 14 - sha256 = "1dzpl7f354rwp37bkr9h2yyafykcdn6m1qqfshqg77fj0pcsw8r2"; 14 + sha256 = "09gmwzh1gq1q2lxn8fc1bpdh02h8vr7r0i040c1nx256wgfsarqb"; 15 15 }; 16 16 17 17 nativeBuildInputs = [ pkgconfig php expat ]; ··· 154 154 homepage = https://lsp-plug.in; 155 155 maintainers = with maintainers; [ magnetophon ]; 156 156 license = licenses.gpl2; 157 - platforms = platforms.linux; 157 + platforms = [ "x86_64-linux" ]; 158 158 }; 159 159 }