Merge pull request #239878 from r-ryantm/auto-update/fastjet

fastjet: 3.4.0 -> 3.4.1
This commit is contained in:
Weijia Wang 2023-06-26 14:22:35 +02:00 committed by GitHub
commit 2a132178fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "fastjet";
version = "3.4.0";
version = "3.4.1";
src = fetchurl {
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
hash = "sha256-7gfIdHyOrYbYjeSp5OjR6efXYUlz9WMbqCl/egJHi5E=";
hash = "sha256-BWCMb/IT8G3Z3nI4E9a03M1R5mGsEwmPdL/J7q8ctao=";
};
buildInputs = lib.optional withPython python;