clojure: 1.9.0.375 -> 1.9.0.381

This commit is contained in:
José Luis Lafuente 2018-05-14 09:51:59 +02:00
parent 0db951db83
commit b15375130f
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "clojure-${version}";
version = "1.9.0.375";
version = "1.9.0.381";
src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "17a82dw5akhzlz4az9bh6s8rnz6nfgq50d8si0lwg212niq3c599";
sha256 = "18aqfjm6vbhlflxdnpcr9gib00zg2ys5hck4kfxr9rc4aylnn9pi";
};
buildInputs = [ makeWrapper ];