coreutils: 8.29 -> 8.30
http://savannah.gnu.org/forum/forum.php?forum_id=9187
This commit is contained in:
parent
c1ffc65d1a
commit
7f308aa7b1
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ assert selinuxSupport -> libselinux != null && libsepol != null;
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "coreutils-8.29";
|
name = "coreutils-8.30";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/coreutils/${name}.tar.xz";
|
url = "mirror://gnu/coreutils/${name}.tar.xz";
|
||||||
sha256 = "0plm1zs9il6bb5mk881qvbghq4glc8ybbgakk2lfzb0w64fgml4j";
|
sha256 = "0mxhw43d4wpqmvg0l4znk1vm10fy92biyh90lzdnqjcic2lb6cg8";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;
|
patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;
|
||||||
|
|
Loading…
Reference in a new issue