mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
bcftools: 1.4.0 -> 1.5.0
This commit is contained in:
parent
ca45a26ec3
commit
15a99ae367
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "bcftools";
|
||||
major = "1.4";
|
||||
major = "1.5";
|
||||
version = "${major}.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/samtools/bcftools/releases/download/${major}/bcftools-${major}.tar.bz2";
|
||||
sha256 = "0k93mq3lf73dch81p4zxi0bdll567acxfa81qzbzkqflgsjb1ccg";
|
||||
sha256 = "0093hkkvxmbwfaa7905s6185jymynvg42kq6sxv7fili11l5mxwz";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib bzip2 lzma perl ];
|
||||
|
|
Loading…
Reference in a new issue