hepmc3: 3.1.0 -> 3.1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hepmc3/versions
This commit is contained in:
R. RyanTM 2019-04-14 16:13:42 -07:00
parent 993e2b4ec2
commit 30a3f2bdd6

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hepmc3-${version}";
version = "3.1.0";
version = "3.1.1";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "12kzdqdbq7md0nn58jvilhh00yddfir65f0q2026k0ym37bfwdyd";
sha256 = "1fs8ha5issls886g03azpwamry1k633zjrcx51v7g7vg9nbckjrg";
};
buildInputs = [ cmake root ];