schemacrawler: 17.6.2 -> 17.6.3

This commit is contained in:
R. Ryantm
2026-02-24 09:21:29 +00:00
parent 493a3b2177
commit 851152e3be
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "17.6.2";
version = "17.6.3";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-brG+HDSNX0Mfqdh7ALAu3CO6IWEkY/4d/gpuCUjX9jw=";
hash = "sha256-yWp2UJ0kwSebYj8jYGPODIJrmrPhmDzavhoJsVfYQWw=";
};
nativeBuildInputs = [ makeWrapper ];