mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 03:39:27 +00:00
Merge pull request #272727 from NixOS/pr/root_6_28_10
root: 6.28.08 -> 6.28.10
This commit is contained in:
commit
b9c3a2f996
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user