schemacrawler: 16.26.1 -> 16.26.2

This commit is contained in:
R. Ryantm
2025-06-22 23:07:22 +00:00
parent a26012278e
commit 397e65c465
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "16.26.1";
version = "16.26.2";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-dXaHL9LBd/XKwPqVL7RxmepkzVXInQ19iKD35jYb4Y4=";
hash = "sha256-JQHV88+B7lNKgi8Isbk3gv3JN13YzVjeiPU8qauEhY0=";
};
nativeBuildInputs = [ makeWrapper ];