Unverified Commit 3c7c8c49 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

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

kent: 466 -> 467
parents 747d748f fda000ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];