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 bb60969 commit 5e2823dCopy full SHA for 5e2823d
pkgs/applications/science/misc/root/default.nix
@@ -56,15 +56,15 @@
56
57
stdenv.mkDerivation rec {
58
pname = "root";
59
- version = "6.32.00";
+ version = "6.32.02";
60
61
passthru = {
62
tests = import ./tests { inherit callPackage; };
63
};
64
65
src = fetchurl {
66
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
67
- hash = "sha256-EvIDaBpZBBxHTOlSN2Hm8OiGGzvueN9feZqNtVGJ5dI=";
+ hash = "sha256-PQ92vwWFfhgHzPssngFPUlvLYl+UojcLRV9LFklhYC0=";
68
69
70
clad_src = fetchgit {
0 commit comments