1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #272727 from NixOS/pr/root_6_28_10

root: 6.28.08 -> 6.28.10
This commit is contained in:
Dmitry Kalinkin 2023-12-09 21:39:07 -05:00 committed by GitHub
commit b9c3a2f996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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