root: 6.28.06 -> 6.28.08

This commit is contained in:
R. Ryantm 2023-10-19 01:21:16 +00:00 committed by Dmitry Kalinkin
parent a0961ec2b7
commit 06c6fb463b

View File

@ -57,7 +57,7 @@
stdenv.mkDerivation rec {
pname = "root";
version = "6.28.06";
version = "6.28.08";
passthru = {
tests = import ./tests { inherit callPackage; };
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://root.cern.ch/download/root_v${version}.source.tar.gz";
hash = "sha256-rztnO5rKOTpcmuG/huqyZyqvGEG2WMXG56MKuTxYZTM=";
hash = "sha256-o+ZLTAH4fNm75X5h75a0FibkmwRGCVBw1B2b+6NSaGI=";
};
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];