clhep: 2.4.6.3 -> 2.4.6.4

This commit is contained in:
R. Ryantm 2023-02-12 13:57:00 +00:00 committed by Dmitry Kalinkin
parent 9ccdcfed2c
commit b5538baf6e

View file

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