Skip to content

Commit

Permalink
Merge pull request #76208 from r-ryantm/auto-update/bcftools
Browse files Browse the repository at this point in the history
bcftools: 1.9 -> 1.10.2
  • Loading branch information
ryantm committed Jan 3, 2020
2 parents 45a1974 + c905a6d commit ec29bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/bcftools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bcftools";
version = "1.9";
version = "1.10.2";

src = fetchurl {
url = "https://github.com/samtools/bcftools/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "1j3h638i8kgihzyrlnpj82xg1b23sijibys9hvwari3fy7kd0dkg";
sha256 = "0b2f6lqhxdlrvfjqxv7a4nzqj68c1j4avn16iqxwwm80kn302wzm";
};

buildInputs = [ htslib zlib bzip2 lzma curl perl python ];
Expand Down

0 comments on commit ec29bb5

Please sign in to comment.