gitlab-ci-ls: 1.1.8 -> 1.1.9
This commit is contained in:
parent
cedc4cc963
commit
1783fb8064
@ -8,15 +8,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "gitlab-ci-ls";
|
pname = "gitlab-ci-ls";
|
||||||
version = "1.1.8";
|
version = "1.1.9";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alesbrelih";
|
owner = "alesbrelih";
|
||||||
repo = "gitlab-ci-ls";
|
repo = "gitlab-ci-ls";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
hash = "sha256-8386MX5jR4LNrpuXVmv+aLnfEvzSJBZgggS3Uj2MU9A=";
|
hash = "sha256-RHdzcNqnibWpGn8eqekTlFf201HHwWABV2PNtbbTook=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-tyx3GGhVyOOo1SnGlS02JqEhY+D70NqzKVX7WeXu+ls=";
|
cargoHash = "sha256-SZLSTstzokjazhvVXyHjGhsfQ3vKxmSijHiq9dP5ADc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user