bitbake-language-server: 0.0.7 -> 0.0.8

This commit is contained in:
Otavio Salvador 2024-01-30 18:06:34 +00:00
parent 17715b06ad
commit 372d3f5976

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "bitbake-language-server";
version = "0.0.7";
version = "0.0.8";
format = "pyproject";
src = fetchFromGitHub {
owner = "Freed-Wu";
repo = pname;
rev = version;
hash = "sha256-FQKZtrzfjEkAIyzrJvI7qiB4gV2yAH9w1fwO6oLPhNc=";
hash = "sha256-WJpa2LP95vrJG/OjiLSx8zEPO5ZOw66M5s3r2dufQJA=";
};
nativeBuildInputs = with python3.pkgs; [