kent: 467 -> 468

This commit is contained in:
R. Ryantm 2024-07-16 04:00:44 +00:00
parent b64e7d2266
commit 5c3ad3f895

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "kent";
version = "467";
version = "468";
src = fetchFromGitHub {
owner = "ucscGenomeBrowser";
repo = pname;
rev = "v${version}_base";
hash = "sha256-Y8iHSo70nsPZwVy8ZiiqjU3mGrPOyPQkW0VpLS+ulGE=";
hash = "sha256-OM/noraW2X8WV5wqWEFiI5/JPOBmsp0fTeDdcZoXxAA=";
};
buildInputs = [ libpng libuuid zlib bzip2 xz openssl curl libmysqlclient ];