Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-27 18:28:34 +00:00
committed by GitHub
62 changed files with 4992 additions and 5007 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "clojure-lsp";
version = "2021.01.20-01.39.32";
version = "2021.01.26-22.35.27";
src = fetchurl {
url = "https://github.com/clojure-lsp/clojure-lsp/releases/download/${version}/${pname}.jar";
sha256 = "sha256-DqvAIM5YHtcUNZHoH+fcZym6EaPX5a/vgphTFfTO6bU=";
sha256 = "sha256-kYxOrallox/LnAdZ4wTWZDlzt5GR0/s6nlG6CO0/pRw=";
};
dontUnpack = true;