fastjet-contrib: 1.046 -> 1.048

* fastjet-contrib: 1.046 -> 1.048 (#159246)

* fastjet-contrib: update meta
and fetch source over https

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent 8ddc676ed3
commit 218175170f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/development/libraries/physics/fastjet-contrib/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fastjet-contrib";
version = "1.046";
version = "1.048";
src = fetchurl {
url = "http://fastjet.hepforge.org/contrib/downloads/fjcontrib-${version}.tar.gz";
sha256 = "sha256-cgavrH/rIHXZn7sDa7NRPTKy2sOvMDQQJjmGNUeT7s8=";
url = "https://fastjet.hepforge.org/contrib/downloads/fjcontrib-${version}.tar.gz";
sha256 = "sha256-+ZidO2rrIoSLz5EJXDBgfwJ9PvJ3pPD3BKjw/C52aYE=";
};
buildInputs = [ fastjet ];
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Third party extensions for FastJet";
homepage = "http://fastjet.fr/";
license = licenses.gpl2;
changelog = "https://phab.hepforge.org/source/fastjetsvn/browse/contrib/tags/${version}/NEWS?as=source&blame=off";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ veprbl ];
platforms = platforms.unix;
};

Loading…
Cancel
Save