summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/physics/hepmc3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/physics/hepmc3/default.nix')
-rw-r--r--pkgs/development/libraries/physics/hepmc3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/hepmc3/default.nix b/pkgs/development/libraries/physics/hepmc3/default.nix
index 0b1b1f8fa578..d4b98d57e110 100644
--- a/pkgs/development/libraries/physics/hepmc3/default.nix
+++ b/pkgs/development/libraries/physics/hepmc3/default.nix
@@ -9,11 +9,11 @@ in
stdenv.mkDerivation rec {
pname = "hepmc3";
- version = "3.2.2";
+ version = "3.2.3";
src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
- sha256 = "0h9dbsbbf3y7iia27ms9cy4pfk2yyrkdnxcqsbvkhkl0izvv930f";
+ sha256 = "sha256-jKrazCyWmIPNH5lLYieV/IhftLFdrYyK5kvL2/DL1H0=";
};
nativeBuildInputs = [ cmake ];