root: 6.26.04 -> 6.26.06

This commit is contained in:
Dmitry Kalinkin 2022-07-31 19:43:07 -04:00
parent 5857574d45
commit 1e64d9a87c
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -56,11 +56,11 @@ in
stdenv.mkDerivation rec {
pname = "root";
version = "6.26.04";
version = "6.26.06";
src = fetchurl {
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
hash = "sha256-onHPgngtbtLIfqXu9mgYA/LmnhezA2352GNjbpNYQh4=";
hash = "sha256-sfc8l2pYClxWyMigFSWCod/FYLTdgOG3VFI3tl5sics=";
};
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];