clojure: 1.10.1.466 -> 1.10.1.469

This commit is contained in:
José Luis Lafuente 2019-08-10 07:20:54 +02:00
parent 8febac00c3
commit 8c223b58cf
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.466";
version = "1.10.1.469";
src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "1rh4isdac7l8k8p45cqim8lfccjzxw7z173xqnpgk3z307jj4n90";
sha256 = "0hpb6rixmgllss69vl9zlpb41svm4mx4xmfbq1q7y12jsxckzgpq";
};
buildInputs = [ makeWrapper ];