Unverified Commit 76c8a863 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: gitlab-ci-ls: 1.0.1 -> 1.0.2 (#385691)

parents a51c0975 04edce9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "gitlab-ci-ls";
  version = "1.0.1";
  version = "1.0.2";
  src = fetchFromGitHub {
    owner = "alesbrelih";
    repo = "gitlab-ci-ls";
    rev = "${version}";
    hash = "sha256-G0MKq2qGxcMpNOQDHo9LtewDEExYIA8/kTUkiZdnygg=";
    hash = "sha256-T6ITTxaBSYAu1h27uSE7AUpURpr38Z1wjBZY3A7U5Rg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-0Ll1C4N3Zx/SDnlXdIzUa88q/SCSsptFYnHM+uVwPZM=";
  cargoHash = "sha256-Sr8lAF8I9FFB1cNeN1jhixIOUyhj4c8sSZdHVj9+KfE=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs =