Unverified Commit 100f7170 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ctags-lsp: 0.8.1 -> 0.9.0 (#464220)

parents 5ae3b07d fcbfe978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
}:
buildGoModule rec {
  pname = "ctags-lsp";
  version = "0.8.1";
  version = "0.9.0";
  vendorHash = null;

  src = fetchFromGitHub {
    owner = "netmute";
    repo = "ctags-lsp";
    tag = "v${version}";
    hash = "sha256-S+9DT4lcZTcm2dppYbkFklDKzeoOhta2b1OuDytE5sU=";
    hash = "sha256-CcaYwfmWtBoyAkgF1xwBjNG3MtSa94x2/prW6VQpbQ0=";
  };

  nativeBuildInputs = [ makeWrapper ];