clojure: 1.10.0.403 -> 1.10.0.411

This commit is contained in:
José Luis Lafuente 2019-01-09 23:38:18 +01:00
parent ccca2e5e4b
commit e82f51cded
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.10.0.403";
version = "1.10.0.411";
src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "0jsyd0vr1qfqs0dz560hyfya553jhr4m4msf5x0n610yzvbqym4c";
sha256 = "00bhn6w9iwhgmyx89lk97q19phpm9vh45m3m1pi7d31gldb6v0zh";
};
buildInputs = [ makeWrapper ];