about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 15:15:04 +0100
committerGitHub <noreply@github.com>2024-01-03 15:15:04 +0100
commita4678f9063c96798c4d5a22fd509428879deb6b4 (patch)
treece82685168546a968bea33eb52048e951872a42e
parent7e249d5f9c9ce8d3136849a8de1bf7a3d6aba2a6 (diff)
parent32641332e96bca52efe9f6f5a7d1c0d57f54290c (diff)
downloadnixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar.gz
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar.bz2
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar.lz
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar.xz
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.tar.zst
nixlib-a4678f9063c96798c4d5a22fd509428879deb6b4.zip
Merge pull request #272348 from r-ryantm/auto-update/schemacrawler
schemacrawler: 16.20.5 -> 16.20.7
-rw-r--r--pkgs/development/tools/schemacrawler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/schemacrawler/default.nix b/pkgs/development/tools/schemacrawler/default.nix
index 21706c964237..4328965c3cc3 100644
--- a/pkgs/development/tools/schemacrawler/default.nix
+++ b/pkgs/development/tools/schemacrawler/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "schemacrawler";
-  version = "16.20.5";
+  version = "16.20.7";
 
   src = fetchzip {
     url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
-    hash = "sha256-QgR7r8SXJfostcAEmznZcW+LSTMP0l3GZ8csQl/uPZU=";
+    hash = "sha256-5TyciQVrJhu8RlT6feHEH9H43fi1NWJX1dGipebf46k=";
   };
 
   nativeBuildInputs = [ makeWrapper ];