kent: 465 -> 466

This commit is contained in:
R. Ryantm 2024-06-13 08:40:27 +00:00
parent 226ccf15c3
commit 2a5d67ff74

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "kent";
version = "465";
version = "466";
src = fetchFromGitHub {
owner = "ucscGenomeBrowser";
repo = pname;
rev = "v${version}_base";
hash = "sha256-QeHqXSbad5LCmQ8DfLxl2pyXJvKV4G7uLXBtRd7LME0=";
hash = "sha256-zoDZ+8G0SHKfWmkXBqp+WSjQXtmkcTIZjrjPhUIJw1c=";
};
buildInputs = [ libpng libuuid zlib bzip2 xz openssl curl libmysqlclient ];