Merge: gitlab-ci-ls: 1.0.1 -> 1.0.2 (#385691)
This commit is contained in:
commit
76c8a8631c
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "gitlab-ci-ls";
|
pname = "gitlab-ci-ls";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alesbrelih";
|
owner = "alesbrelih";
|
||||||
repo = "gitlab-ci-ls";
|
repo = "gitlab-ci-ls";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
hash = "sha256-G0MKq2qGxcMpNOQDHo9LtewDEExYIA8/kTUkiZdnygg=";
|
hash = "sha256-T6ITTxaBSYAu1h27uSE7AUpURpr38Z1wjBZY3A7U5Rg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-0Ll1C4N3Zx/SDnlXdIzUa88q/SCSsptFYnHM+uVwPZM=";
|
cargoHash = "sha256-Sr8lAF8I9FFB1cNeN1jhixIOUyhj4c8sSZdHVj9+KfE=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user