Partial maven-hello
This commit is contained in:
@@ -12,6 +12,17 @@ rec {
|
||||
{ type = "pom"; sha512 = "0vbzdfsdcc4cq7hdqzb1vdfxp23vnavq7z4qmmlb4d4fiqj5wqdgagrs43gl7yzca2azpyj3kyxgaipimi7gck07jcsz0pzljkplk4w"; }
|
||||
];
|
||||
|
||||
plexusUtils_1_5_1 = map (obj: fetchMaven {
|
||||
version = "1.5.1";
|
||||
baseName = "plexus-utils";
|
||||
package = "/org/codehaus/plexus";
|
||||
sha512 = obj.sha512;
|
||||
type = obj.type;
|
||||
}) [
|
||||
{ type = "jar"; sha512 = "00vf59sg0wa4kip1m365xh3ngggvnr7avkf1mwsljyag5h8pb4fhpba550ka2mbpp10z8d7mjhj3wxinvf19m2bmrjmqvdxiwraa5jh"; }
|
||||
{ type = "pom"; sha512 = "161cdrgjrw2cab4lf189hwa4s1lh42fsahjcjkir696sx0m9bmmxgjbhwxl1l8kpaxn5p6jf701bx16gry393pws636vy59nvnnx1sw"; }
|
||||
];
|
||||
|
||||
plexusUtils_1_5_8 = map (obj: fetchMaven {
|
||||
version = "1.5.8";
|
||||
baseName = "plexus-utils";
|
||||
@@ -23,6 +34,17 @@ rec {
|
||||
{ type = "pom"; sha512 = "06z4gkq3bh2pwyj8pvaly9fihd8gbgcqp3jxl05vkj2rcdb4jw3lw3hwn8f8ggqi17i2fdm8cbndkqgr9vdgiz45p8f1nx8kjlqikbi"; }
|
||||
];
|
||||
|
||||
plexusUtils_2_0_5 = map (obj: fetchMaven {
|
||||
version = "2.0.5";
|
||||
baseName = "plexus-utils";
|
||||
package = "/org/codehaus/plexus";
|
||||
sha512 = obj.sha512;
|
||||
type = obj.type;
|
||||
}) [
|
||||
{ type = "jar"; sha512 = "3g72mxvlsf18hl1vn9sq4i13nlpd66fkn2l8d96883f4n638sx031f8cnx6f08my3rfc67pypy4lsiagx2rj2x5ccqp9g9kzvbh4i5w"; }
|
||||
{ type = "pom"; sha512 = "2rkkshqf3ahjijvr64ndzh10iksbz7pj0618drvg9iklnpv6i6y904fi31xjg7vxb3fy17k3mvi49pr2jxznbf1c8ndwbyawlvmw9j7"; }
|
||||
];
|
||||
|
||||
plexusUtils_2_0_6 = map (obj: fetchMaven {
|
||||
version = "2.0.6";
|
||||
baseName = "plexus-utils";
|
||||
|
||||
Reference in New Issue
Block a user