summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-06 08:34:22 -0800
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-01-06 11:34:22 -0500
commitb806f95ce6f38c1e4a49e08379975324db183b4a (patch)
tree22654723d0e9b27c1fc7cc1c0fb9f11bccfd0e18 /pkgs/development/libraries/physics
parent7178637a89e373d38abee005c036c6f882185fbe (diff)
downloadnixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar.gz
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar.bz2
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar.lz
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar.xz
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.tar.zst
nixpkgs-b806f95ce6f38c1e4a49e08379975324db183b4a.zip
fastjet: 3.3.2 -> 3.3.3 (#77046)
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/fastjet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/fastjet/default.nix b/pkgs/development/libraries/physics/fastjet/default.nix
index 826362cc586..96eb13d11cd 100644
--- a/pkgs/development/libraries/physics/fastjet/default.nix
+++ b/pkgs/development/libraries/physics/fastjet/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "fastjet";
-  version = "3.3.2";
+  version = "3.3.3";
 
   src = fetchurl {
     url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
-    sha256 = "1hk3k7dyik640dzg21filpywc2dl862nl2hbpg384hf5pw9syn9z";
+    sha256 = "0avkgn19plq593p872hirr0yj2vgjvsi88w68ngarbp55hla1c1h";
   };
 
   buildInputs = [ python2 ];