Merge pull request #75095 from tbenst/bftools

bftools: 5.9.2 -> 6.3.0
This commit is contained in:
Mario Rodas 2019-12-07 03:06:00 -05:00 committed by GitHub
commit 835705d11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bftools";
version = "5.9.2";
version = "6.3.0";
src = fetchzip {
url = "http://downloads.openmicroscopy.org/bio-formats/${version}/artifacts/bftools.zip";
sha256 = "08lmbg3kfxh17q6548il0i2h3f9a6ch8r0r067p14dajhzfpjyqj";
sha256 = "02nvvmpfglpah1ihd08aw65g1794w588c988cdar1hfl4s80qwhb";
};
installPhase = ''