bwa: unstable-2022-09-23 -> 0.7.19 (r1273)
This commit is contained in:
parent
6c17fdb013
commit
d6c4a8a4e5
@ -5,15 +5,15 @@
|
|||||||
zlib,
|
zlib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bwa";
|
pname = "bwa";
|
||||||
version = "unstable-2022-09-23";
|
version = "0.7.19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lh3";
|
owner = "lh3";
|
||||||
repo = "bwa";
|
repo = "bwa";
|
||||||
rev = "139f68fc4c3747813783a488aef2adc86626b01b";
|
tag = "v${version}";
|
||||||
hash = "sha256-8u35lTK6gBKeapYoIkG9MuJ/pyy/HFA2OiPn+Ml2C6c=";
|
hash = "sha256-o3+7kf+49mnRn5PjtdOiAaI9VK1cyT9p5QUSQ/W4GxI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user