Commit b27bf82f authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

clhep: 2.4.6.4 -> 2.4.7.1

parent 800965ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "clhep";
  version = "2.4.6.4";
  version = "2.4.7.1";

  src = fetchurl {
    url = "https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-${version}.tgz";
    hash = "sha256-SciTMPGQPvcH08XXnBanxabyyQ/CkOIDTuODSAlInlc=";
    hash = "sha256-HIMEp3cqxrmRlfEwA3jG4930rQfIXWSgRQVlKruKVfk=";
  };

  prePatch = ''