schemacrawler: 16.26.3 -> 16.28.2

This commit is contained in:
R. Ryantm
2025-09-21 11:07:48 +00:00
parent 554be64955
commit 79ee5c38f5
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "16.26.3";
version = "16.28.2";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-mkibPu2uR5GCm8FAs3e1fypf35JErsqKO+1/vRZ16Kg=";
hash = "sha256-TF6VCnAQBXnxO9h28Q93rSeYs4GaABxb6lxjk6x6nA4=";
};
nativeBuildInputs = [ makeWrapper ];