Merge pull request #184371 from veprbl/pr/root_6_26_06

root: 6.26.04 -> 6.26.06
This commit is contained in:
Dmitry Kalinkin 2022-08-06 21:43:59 -04:00 committed by GitHub
commit 30887dc20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];