nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 11 lines 413 B view raw
1import ./generic.nix { 2 version = "18.1"; 3 rev = "refs/tags/REL_18_1"; 4 hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g="; 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}