root: 6.32.06 -> 6.32.08

This commit is contained in:
Dmitry Kalinkin
2024-11-17 15:20:42 -05:00
parent 5473798787
commit 48bcebe361
@@ -55,7 +55,7 @@
stdenv.mkDerivation rec {
pname = "root";
version = "6.32.06";
version = "6.32.08";
passthru = {
tests = import ./tests { inherit callPackage; };
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
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 {