We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb35b98 commit 5cfe3dfCopy full SHA for 5cfe3df
pkgs/by-name/fa/fastjet/package.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation rec {
9
pname = "fastjet";
10
- version = "3.4.2";
+ version = "3.4.3";
11
12
src = fetchurl {
13
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
14
- hash = "sha256-s9MxVbVc5D9CDNbZm1Jaz3vcJZOnu36omKnds9jKOOM=";
+ hash = "sha256-zBdUcb+rhla4xhg6jl6a0F1fdQbkbzISqagjCQW49qM=";
15
};
16
17
buildInputs = lib.optional withPython python;
0 commit comments