schemaspy: 6.2.4 -> 7.0.2 (#390375)

This commit is contained in:
Matthias Beyer
2025-03-19 15:28:56 +01:00
committed by GitHub
+3 -3
View File
@@ -10,17 +10,17 @@
maven.buildMavenPackage rec {
pname = "schemaspy";
version = "6.2.4";
version = "7.0.2";
src = fetchFromGitHub {
owner = "schemaspy";
repo = "schemaspy";
tag = "v${version}";
hash = "sha256-yEqhLpGrJ4hki8o+u+bigVXv+3YvEb8TvHDTYsEl8z4=";
hash = "sha256-X85Yv6yx1Hpl3vNDHtv6u38Err668dkAx1lqpoGnALg=";
};
mvnParameters = "-Dmaven.test.skip=true -Dmaven.buildNumber.skip=true";
mvnHash = "sha256-LCPRiY/DDSUnLGnaFUS9PPKnh3TmSyAOqKfEKRLRjpg=";
mvnHash = "sha256-sCVWNzh8m3KvJyYzE2Mn+gbJTSt1/yX44dE4s7HkygU=";
nativeBuildInputs = [
makeWrapper