Loading pkgs/by-name/bf/bftools/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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; Loading Loading
pkgs/by-name/bf/bftools/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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; Loading