clhep: 2.4.6.2 -> 2.4.6.3

This commit is contained in:
R. Ryantm 2022-12-31 19:32:00 +00:00 committed by Dmitry Kalinkin
parent c755bae238
commit ac949b8892

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "clhep";
version = "2.4.6.2";
version = "2.4.6.3";
src = fetchurl {
url = "https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-${version}.tgz";
hash = "sha256-re1z5JushaW06G9koO49bzz+VVGw93MceLbY+drG6Nw=";
hash = "sha256-/NAH8RsQukryjQJyIrYxSNDrRP96CC7uNTvfkh+caEo=";
};
prePatch = ''