root: 6.10.00 -> 6.10.02

This commit is contained in:
Dmitry Kalinkin 2017-07-14 04:40:27 -04:00
parent c7692b1839
commit 459e3864d2
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "root-${version}";
version = "6.10.00";
version = "6.10.02";
src = fetchurl {
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
sha256 = "1rxqcpqf1b3sxig5xbh3mkvarhg9lgj2f0gv0j48klfw8kgfwlsp";
sha256 = "1ryp9397xpbnxha6s222c10pa50lf2qf5s35n31lc29s90p8s9kc";
};
buildInputs = [ cmake pcre pkgconfig python2 zlib libxml2 lzma gsl ]