Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 15 lines 441 B view raw
1{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec { 2 wordpress = wordpress6_5; 3 wordpress6_3 = { 4 version = "6.3.4"; 5 hash = "sha256-Z94B2PQ/wl2N1MPMH15CToI3taKDHFRnbAl/Nt9jB+I="; 6 }; 7 wordpress6_4 = { 8 version = "6.4.4"; 9 hash = "sha256-aLOO/XgjI3d/+1BpHDT2pGR697oceghjzOId1MjC+wQ="; 10 }; 11 wordpress6_5 = { 12 version = "6.5.5"; 13 hash = "sha256-bIRmTqmzIRo1KdhAcJa1GxhVcTEiEaLFPzlNFbzfLcQ="; 14 }; 15}