Skip to content

Commit db99d98

Browse files
committed
root: add comment with link to clad cmake files
1 parent 5e2823d commit db99d98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/applications/science/misc/root/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ stdenv.mkDerivation rec {
6969

7070
clad_src = fetchgit {
7171
url = "https://github.com/vgvassilev/clad";
72-
rev = "refs/tags/v1.5"; # Make sure that this is the same tag as in the ROOT build files!
72+
# Make sure that this is the same tag as in the ROOT build files!
73+
# https://github.com/root-project/root/blob/master/interpreter/cling/tools/plugins/clad/CMakeLists.txt#L76
74+
rev = "refs/tags/v1.5";
7375
hash = "sha256-s0DbHfLthv51ZICnTd30O4qG/DyZPk5tADeu3bBRoOw=";
7476
};
7577

0 commit comments

Comments
 (0)