summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-04-24 00:30:47 +0200
committerGitHub <noreply@github.com>2019-04-24 00:30:47 +0200
commita36cff247cde9cfbe24733f63c61a6bafc470a88 (patch)
treed1a644434d983d052bf5b0b4d167664e668112ec /pkgs/development/libraries/physics
parent508fd8f13372b131f5c549765086e0f76b60d3da (diff)
parent30a3f2bdd60a56183d6cb4d39b5a5b9df4d236ca (diff)
downloadnixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar.gz
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar.bz2
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar.lz
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar.xz
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.tar.zst
nixpkgs-a36cff247cde9cfbe24733f63c61a6bafc470a88.zip
Merge pull request #59534 from r-ryantm/auto-update/hepmc3
hepmc3: 3.1.0 -> 3.1.1
Diffstat (limited to 'pkgs/development/libraries/physics')
-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 972dfdd7ad1..c4717800f70 100644
--- a/pkgs/development/libraries/physics/hepmc3/default.nix
+++ b/pkgs/development/libraries/physics/hepmc3/default.nix
@@ -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 ];