schemacrawler: 17.6.1 -> 17.6.2 (#491288)

This commit is contained in:
Nick Cao
2026-02-17 21:57:58 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "17.6.1";
version = "17.6.2";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-ZQJiHu3nqCSpVaixapzw2p9ix2xUhgzwEIcSntv0hxU=";
hash = "sha256-brG+HDSNX0Mfqdh7ALAu3CO6IWEkY/4d/gpuCUjX9jw=";
};
nativeBuildInputs = [ makeWrapper ];