bcftools: 1.16 -> 1.17

This commit is contained in:
R. Ryantm 2023-02-25 23:02:27 +00:00
parent 21299ca839
commit 95ca5f576c

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bcftools";
version = "1.16";
version = "1.17";
src = fetchurl {
url = "https://github.com/samtools/bcftools/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-kL9kfJrXnhCiQ7gFjIc94Ff9cBLiUNWuZXSDl4ei7NY=";
sha256 = "sha256-AfddjnAdhbLHWRckEgCcwE8pthYWrOL6dRFhI95Flsw=";
};
nativeBuildInputs = [