We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2823d commit db99d98Copy full SHA for db99d98
pkgs/applications/science/misc/root/default.nix
@@ -69,7 +69,9 @@ stdenv.mkDerivation rec {
69
70
clad_src = fetchgit {
71
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!
+ # 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";
75
hash = "sha256-s0DbHfLthv51ZICnTd30O4qG/DyZPk5tADeu3bBRoOw=";
76
};
77
0 commit comments