Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1import ./generic.nix {
2 version = "18beta2";
3 rev = "refs/tags/REL_18_BETA2";
4 hash = "sha256-n3NA0XJE2wvbOwrQOMXbzKn+7HLGAQSXgDU9ObhddZQ=";
5 muslPatches = {
6 dont-use-locale-a = {
7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
8 hash = "sha256-6zjz3OpMx4qTETdezwZxSJPPdOvhCNu9nXvAaU9SwH8=";
9 };
10 };
11}