Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41beae8a9d47
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 835705d11b80
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 6, 2019

  1. bftools: 5.9.2 -> 6.3.0

    tbenst committed Dec 6, 2019
    Copy the full SHA
    2700559 View commit details

Commits on Dec 7, 2019

  1. Merge pull request #75095 from tbenst/bftools

    bftools: 5.9.2 -> 6.3.0
    marsam authored Dec 7, 2019
    Copy the full SHA
    835705d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/biology/bftools/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/bftools/default.nix
Original file line number Diff line number Diff line change
@@ -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 = ''