Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ fetchMaven }: 2 3{ 4 sisuGuice_2_9_4 = map (obj: fetchMaven { 5 version = "2.9.4"; 6 artifactId = "sisu-guice"; 7 groupId = "org.sonatype.sisu"; 8 suffix = "-no_aop"; 9 sha512 = obj.sha512; 10 type = obj.type; 11 }) [ 12 { type = "jar"; sha512 = "1529vg4r0gy3ss68lprkdf13r79r0lng4iyx68gj94cf806li9kayi9p2byl6axbx174cvam9w3l90qcdsdz14vrvm163b2r8sq927m"; } 13 ]; 14}