mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
schemaspy: 6.2.4 -> 7.0.2
This commit is contained in:
parent
4dccd2e74d
commit
6c5d017b5f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue