kent: 468 -> 486

Changelog: https://github.com/ucscGenomeBrowser/kent/releases/tag/v486_base
This commit is contained in:
kyehn
2025-08-31 22:39:51 +08:00
parent ecb4b982db
commit 270707595b
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation rec {
pname = "kent";
version = "468";
version = "486";
src = fetchFromGitHub {
owner = "ucscGenomeBrowser";
repo = "kent";
rev = "v${version}_base";
hash = "sha256-OM/noraW2X8WV5wqWEFiI5/JPOBmsp0fTeDdcZoXxAA=";
hash = "sha256-NffQ04+5rMtG/VI7YFK4Ff39DDhdh9Wlc0i1iVbg8Js=";
};
buildInputs = [