Skip to content

Commit 5e2823d

Browse files
committed
root: 6.32.00 -> 6.32.02
1 parent bb60969 commit 5e2823d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656

5757
stdenv.mkDerivation rec {
5858
pname = "root";
59-
version = "6.32.00";
59+
version = "6.32.02";
6060

6161
passthru = {
6262
tests = import ./tests { inherit callPackage; };
6363
};
6464

6565
src = fetchurl {
6666
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
67-
hash = "sha256-EvIDaBpZBBxHTOlSN2Hm8OiGGzvueN9feZqNtVGJ5dI=";
67+
hash = "sha256-PQ92vwWFfhgHzPssngFPUlvLYl+UojcLRV9LFklhYC0=";
6868
};
6969

7070
clad_src = fetchgit {

0 commit comments

Comments
 (0)