Skip to content

Commit 2e4403b

Browse files
committed
root: 6.34.00 -> 6.34.02
1 parent 3b307f7 commit 2e4403b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ro/root/package.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.34.00";
59+
version = "6.34.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-87APPblTgpyEkCnDnXZgqVZGivJH79lG6JByEBeWqwM=";
67+
hash = "sha256-FmvsVi5CDhd6rzEz+j+wn4Ls3avoouGQY0W61EJRP5Q=";
6868
};
6969

7070
clad_src = fetchgit {

0 commit comments

Comments
 (0)