Merge pull request #322330 from r-ryantm/auto-update/kent

kent: 466 -> 467
This commit is contained in:
Masum Reza 2024-06-25 12:52:14 +05:30 committed by GitHub
commit 3c7c8c499c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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