summaryrefslogtreecommitdiffstats
path: root/pkgs/development/java-modules/hamcrest/all.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/java-modules/hamcrest/all.nix')
-rw-r--r--pkgs/development/java-modules/hamcrest/all.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/java-modules/hamcrest/all.nix b/pkgs/development/java-modules/hamcrest/all.nix
index 2bba1ac92491..bab9e1b115d0 100644
--- a/pkgs/development/java-modules/hamcrest/all.nix
+++ b/pkgs/development/java-modules/hamcrest/all.nix
@@ -3,8 +3,8 @@
rec {
hamcrestAll_1_3 = map (obj: fetchMaven {
version = "1.3";
- baseName = "hamcrest-all";
- package = "/org/hamcrest";
+ artifactId = "hamcrest-all";
+ groupId = "org.hamcrest";
sha512 = obj.sha512;
type = obj.type;
}) [