Merge pull request #185211 from r-ryantm/auto-update/delly

delly: 1.0.3 -> 1.1.3
This commit is contained in:
Mario Rodas 2022-08-13 00:41:48 -05:00 committed by GitHub
commit 6aeb44c32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "delly";
version = "1.0.3";
version = "1.1.3";
src = fetchFromGitHub {
owner = "dellytools";
repo = pname;
rev = "v${version}";
sha256 = "sha256-37AEaTOFmJ2yYXLwjNa7UXBoH/NxOK8+vlXhUhj6CM4=";
sha256 = "sha256-fGwSRYpvGYyYvRvP1ljs3mhXRpONzO5/QVegjqMsOdk=";
};
buildInputs = [ zlib htslib bzip2 xz ncurses boost ];