root: 6.32.06 -> 6.32.08

This commit is contained in:
Dmitry Kalinkin 2024-11-14 14:30:51 -05:00
parent 5473798787
commit 48bcebe361

View File

@ -55,7 +55,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "root"; pname = "root";
version = "6.32.06"; version = "6.32.08";
passthru = { passthru = {
tests = import ./tests { inherit callPackage; }; tests = import ./tests { inherit callPackage; };
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz"; url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
hash = "sha256-P8Ay2T/oSN6lrbG0fY8KhieVIyk/7gqis81Sof+rckc="; hash = "sha256-Ka1JRact/xoAnDJqZbb6XuJHhJiCMlHTzvhqLL63eyc=";
}; };
clad_src = fetchgit { clad_src = fetchgit {