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

This commit is contained in:
Franz Pletz 2024-07-23 23:12:37 +02:00 committed by GitHub
commit 7c693006a7
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 = "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 ];