root: 6.38.00 -> 6.38.02

ROOT 6.38.02 contains many changes and bugfixes, so it's worth to
upgrade:

https://root.cern/doc/v638/release-notes.html#release-6.38.02
This commit is contained in:
Jonas Rembser
2026-02-25 10:57:21 +01:00
parent 9b8c784096
commit 61878d569e
+2 -2
View File
@@ -54,7 +54,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "root";
version = "6.38.00";
version = "6.38.02";
passthru = {
tests = import ./tests { inherit callPackage; };
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://root.cern.ch/download/root_v${finalAttrs.version}.source.tar.gz";
hash = "sha256-pEKUIsRg+DLN5RSlgN0gKx08luiRnCQ2PD1C+M9azNw=";
hash = "sha256-d9NNK8oOpyCs/UN5i8tdCaKFhAE7TQopEII8hn1L+kI=";
};
clad_src = fetchFromGitHub {