3
0
Fork 0
forked from mirrors/nixpkgs

coreutils: 8.29 -> 8.30

http://savannah.gnu.org/forum/forum.php?forum_id=9187
This commit is contained in:
Will Dietz 2018-07-02 13:09:23 -05:00
parent c1ffc65d1a
commit 7f308aa7b1

View file

@ -14,11 +14,11 @@ assert selinuxSupport -> libselinux != null && libsepol != null;
with lib;
stdenv.mkDerivation rec {
name = "coreutils-8.29";
name = "coreutils-8.30";
src = fetchurl {
url = "mirror://gnu/coreutils/${name}.tar.xz";
sha256 = "0plm1zs9il6bb5mk881qvbghq4glc8ybbgakk2lfzb0w64fgml4j";
sha256 = "0mxhw43d4wpqmvg0l4znk1vm10fy92biyh90lzdnqjcic2lb6cg8";
};
patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;