Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 15 lines 682 B view raw
1import ./generic.nix { 2 version = "13.22"; 3 rev = "refs/tags/REL_13_22"; 4 hash = "sha256-6zHA+WU1FroUbGJcTAeEbPKBVQY7SKpT5+Kxe9ZhtoM="; 5 muslPatches = { 6 disable-test-collate-icu-utf8 = { 7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b"; 8 hash = "sha256-jS/qxezaiaKhkWeMCXwpz1SDJwUWn9tzN0uKaZ3Ph2Y="; 9 }; 10 dont-use-locale-a = { 11 url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/dont-use-locale-a-on-musl.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b"; 12 hash = "sha256-fk+y/SvyA4Tt8OIvDl7rje5dLs3Zw+Ln1oddyYzerOo="; 13 }; 14 }; 15}