lol

ansible-language-server: 1.2.0 -> 1.2.1

https://github.com/ansible/ansible-language-server/releases/tag/v1.2.1

+3 -3
+3 -3
pkgs/development/tools/language-servers/ansible-language-server/default.nix
··· 6 6 7 7 buildNpmPackage rec { 8 8 pname = "ansible-language-server"; 9 - version = "1.2.0"; 9 + version = "1.2.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ansible"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-5QzwDsWjuq/gMWFQEkl4sqvsqfxTOZhaFBMhjiiOZSY="; 15 + hash = "sha256-e6cOWoryOxWnl8q62rlGmSgwLVnoxLMwNFoGlUZw2bQ="; 16 16 }; 17 17 18 - npmDepsHash = "sha256-bzffCAGn0aYVoG8IDaXd5I3x3AnGl5urX7BaBKf0tVI="; 18 + npmDepsHash = "sha256-Lzwj0/2fxa44DJBsgDPa43AbRxggqh881X/DFnlNLig="; 19 19 npmBuildScript = "compile"; 20 20 21 21 # We remove/ignore the prepare and prepack scripts because they run the