gitlab-ci-ls: 0.21.1 -> 0.21.2 (#343841)

This commit is contained in:
Nick Cao 2024-09-23 09:32:42 -04:00 committed by GitHub
commit 0874709766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "gitlab-ci-ls";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "alesbrelih";
repo = "gitlab-ci-ls";
rev = "${version}";
hash = "sha256-0aVwI+E/UmYDSQDArQZsaNc0jDXXOG/zDr/5o0I1aLw=";
hash = "sha256-wkL6ko43oWrpyscEpCMuoFamDMJk9+xI3qYOs+DgI8g=";
};
cargoHash = "sha256-rZXIc9O+pIdR/M8kV7judiHTCwnKcX+7P1LWEqZLeD8=";
cargoHash = "sha256-H/p29QbCaZRa81g+5eUsG47tUJPVgB1J9zZYY5/n5Vk=";
nativeBuildInputs = [ pkg-config ];
buildInputs =