Unverified Commit 30887dc2 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

Merge pull request #184371 from veprbl/pr/root_6_26_06

root: 6.26.04 -> 6.26.06
parents a5c16df3 1e64d9a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];