clojure: 1.10.547 -> 1.10.590

This commit is contained in:
José Luis Lafuente 2020-07-27 17:17:23 +02:00
parent 22a81aa5fc
commit 81ae93437b
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "clojure";
version = "1.10.1.547";
version = "1.10.1.590";
src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "06lg4z3q0fzxlbmx92g5qb0w3nw83dbwkzh3zjdy9ixrpm7b84i0";
sha256 = "18x8xkxsqwnv3k1mf42ylfv7zzjllm7yiagq16b2gkq62j5sm1k7";
};
nativeBuildInputs = [