coreutils: 8.23 -> 8.24
This commit is contained in:
parent
642eb4ca05
commit
6aa4714dba
@ -12,11 +12,11 @@ with { inherit (stdenv.lib) optional optionals optionalString optionalAttrs; };
|
|||||||
|
|
||||||
let
|
let
|
||||||
self = stdenv.mkDerivation rec {
|
self = stdenv.mkDerivation rec {
|
||||||
name = "coreutils-8.23";
|
name = "coreutils-8.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/coreutils/${name}.tar.xz";
|
url = "mirror://gnu/coreutils/${name}.tar.xz";
|
||||||
sha256 = "0bdq6yggyl7nkc2pbl6pxhhyx15nyqhz3ds6rfn448n6rxdwlhzc";
|
sha256 = "0w11jw3fb5sslf0f72kxy7llxgk1ia3a6bcw0c9kmvxrlj355mx2";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = if stdenv.isCygwin then [ ./coreutils-8.23-4.cygwin.patch ] else null;
|
patches = if stdenv.isCygwin then [ ./coreutils-8.23-4.cygwin.patch ] else null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user