schemacrawler: 16.25.3 -> 16.25.4

This commit is contained in:
R. Ryantm 2025-05-24 02:23:09 +00:00
parent a61befb69a
commit cd2b034fe8

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "16.25.3";
version = "16.25.4";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-GAPGu3t4k2hMeBpu/bOiCgRCQVlrEHIGhcp31B/p1vM=";
hash = "sha256-/Onb2JYq+twkm5SG9F/ATPlozcdLB57fon6e08hMupM=";
};
nativeBuildInputs = [ makeWrapper ];