Merge pull request #289615 from r-ryantm/auto-update/schemacrawler

schemacrawler: 16.21.1 -> 16.21.2
This commit is contained in:
OTABI Tomoya
2024-02-19 23:01:49 +09:00
committed by GitHub
@@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schemacrawler";
version = "16.21.1";
version = "16.21.2";
src = fetchzip {
url = "https://github.com/schemacrawler/SchemaCrawler/releases/download/v${finalAttrs.version}/schemacrawler-${finalAttrs.version}-bin.zip";
hash = "sha256-9tZGSWOUpQAAOQAbYxx0w734EKq2BdSYyIR4zmor4+Y=";
hash = "sha256-M8kHJOkbxJGpZWOZ1asGYPM76ZWSpkaYIAfWsaisXLs=";
};
nativeBuildInputs = [ makeWrapper ];