Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 # https://www.aquamaniac.de/rdm/projects/gwenhywfar/files 3 gwenhywfar = { 4 version = "5.12.1"; 5 hash = "sha256-0YhEi5w6lwlyFCLuATS50Ld5CrdRQFjZngQ5njlGXdo="; 6 releaseId = "533"; 7 }; 8 9 # https://www.aquamaniac.de/rdm/projects/libchipcard/files 10 libchipcard = { 11 version = "5.1.6"; 12 hash = "sha256-bAf1J0F/dWIHT5kBLaTRHrTbr9M/SeZrRCzNbjuM/SA="; 13 releaseId = "382"; 14 }; 15 16 # https://www.aquamaniac.de/rdm/projects/aqbanking/files 17 aqbanking = { 18 version = "6.6.0"; 19 hash = "sha256-N2NEh7lbrXKxshOXvOCMtLFeE8slOIZ2fJjzFxLkC/s="; 20 releaseId = "531"; 21 }; 22}