lol

hepmc3: 3.2.4 -> 3.2.5

authored by

R. Ryantm and committed by
Dmitry Kalinkin
005a18f6 308403c3

+2 -2
+2 -2
pkgs/development/libraries/physics/hepmc3/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "hepmc3"; 12 - version = "3.2.4"; 12 + version = "3.2.5"; 13 13 14 14 src = fetchurl { 15 15 url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz"; 16 - sha256 = "sha256-4Ij8z9GmwvjhCJ9FcQG+4eXHqXd+nVHGQZyKKIpJ4bs="; 16 + sha256 = "sha256-zQ91yA91VJxZzCqCns52Acd96Xyypat1eQysjh1YUDI="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];