fastjet: 3.3.2 -> 3.3.3 (#77046)
This commit is contained in:
parent
7178637a89
commit
b806f95ce6
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user