1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

coreutils: 8.26 -> 8.27

This commit is contained in:
ndowens 2017-03-09 14:42:26 -06:00
parent 0b0b3b8021
commit d94acf8519

View file

@ -13,11 +13,11 @@ assert selinuxSupport -> libselinux != null && libsepol != null;
with lib;
stdenv.mkDerivation rec {
name = "coreutils-8.26";
name = "coreutils-8.27";
src = fetchurl {
url = "mirror://gnu/coreutils/${name}.tar.xz";
sha256 = "13lspazc7xkviy93qz7ks9jv4sldvgmwpq36ghrbrqpq93br8phm";
sha256 = "0sv547572iq8ayy8klir4hnngnx92a9nsazmf1wgzfc7xr4x74c8";
};
# FIXME needs gcc 4.9 in bootstrap tools