Skip to content

Commit

Permalink
root: 6.10.02 -> 6.10.04
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored and fpletz committed Aug 22, 2017
1 parent 46a3ba9 commit fd22d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/root/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "root-${version}";
version = "6.10.02";
version = "6.10.04";

src = fetchurl {
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
sha256 = "1ryp9397xpbnxha6s222c10pa50lf2qf5s35n31lc29s90p8s9kc";
sha256 = "0nwg4bw02v6vahm2rwfaj7fzp3ffhjg5jk7h20il4246swhxw6s6";
};

buildInputs = [ cmake pcre pkgconfig python2 zlib libxml2 lzma gsl ]
Expand Down

0 comments on commit fd22d67

Please sign in to comment.