Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ fetchMaven }: 2 3{ 4 sisuInjectBean_2_1_1 = map (obj: fetchMaven { 5 version = "2.1.1"; 6 artifactId = "sisu-inject-bean"; 7 groupId = "org.sonatype.sisu"; 8 sha512 = obj.sha512; 9 type = obj.type; 10 }) [ 11 { type = "jar"; sha512 = "0cqplf149dlqyqwaqk3bjlki97fbnav57vv5d9kkd2lvdradp7k89m5niwg5qgsfdlj91zidgrrkls5vyr4dcdy3lhxs1wyr4y8r0qb"; } 12 { type = "pom"; sha512 = "39dwwfh1p56crmx187wbm2kskxbcr0dfysdvqiwjfx91yhh64l9672axi28hdaw1qd5dh6whzxfqqlfjac94r37wv6fq5pkx6acp2dn"; } 13 ]; 14}