Commit 2ad80755 authored by László Kupcsik's avatar László Kupcsik
Browse files

bftools: 6.3.0 -> 7.3.0

parent fe707b4a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "bftools";
  version = "6.3.0";
  version = "7.3.0";

  src = fetchzip {
    url = "http://downloads.openmicroscopy.org/bio-formats/${version}/artifacts/bftools.zip";
    sha256 = "02nvvmpfglpah1ihd08aw65g1794w588c988cdar1hfl4s80qwhb";
    hash = "sha256-EQ7P07d53e6Q/9Wt2Pa1h0TfuYblOZeByGW30oE3i6M=";
  };

  installPhase = ''
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Bundle of scripts for using Bio-Formats on the command line with bioformats_package.jar already included";
    mainProgram = "showinf";
    sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
    license = lib.licenses.gpl2;
    platforms = lib.platforms.all;