about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-16 16:40:51 +0200
committerGitHub <noreply@github.com>2024-06-16 16:40:51 +0200
commitf2d31ff7c1462cdf7c8a646a6db19f6740866b4e (patch)
treec5968bc6538c9e86e9c73d28f72778fbd4aff26f /pkgs/applications/science
parentb23a81cbca95a24c54c52dfb4076bcf660b9ef36 (diff)
parent2a5d67ff748cc70d6b6cce10ad95ed474d330146 (diff)
Merge pull request #319520 from r-ryantm/auto-update/kent
kent: 465 -> 466
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/biology/kent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/biology/kent/default.nix b/pkgs/applications/science/biology/kent/default.nix
index 400e073f69057..56cfa5168a486 100644
--- a/pkgs/applications/science/biology/kent/default.nix
+++ b/pkgs/applications/science/biology/kent/default.nix
@@ -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 ];