about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 02:03:28 +0200
committerGitHub <noreply@github.com>2024-06-28 02:03:28 +0200
commit45a4c5aec783cc8f5bc4852f2470da199ec23c33 (patch)
tree3187042d57414ba46cd8aa9a5f3d259913c2d558 /pkgs
parent1618333f32b4bf91879cd37b3a46482dfa226a39 (diff)
parent2d04484d15d1e81ceca3c23a0d950d221a7e02f8 (diff)
Merge pull request #318676 from r-ryantm/auto-update/schemacrawler
schemacrawler: 16.21.2 -> 16.21.4
Diffstat (limited to 'pkgs')
-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 0d4ffad569770..11a0c0fa77542 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.21.2";
+  version = "16.21.4";
 
   src = fetchzip {
     url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
-    hash = "sha256-M8kHJOkbxJGpZWOZ1asGYPM76ZWSpkaYIAfWsaisXLs=";
+    hash = "sha256-8/Wf5RfR8Tb32VyBhHPAtbiqQN1LsnOxy98MWNPkWrM=";
   };
 
   nativeBuildInputs = [ makeWrapper ];