mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
GNU Coreutils 8.10.
svn path=/nixpkgs/branches/stdenv-updates/; revision=26117
This commit is contained in:
parent
ce63b61a90
commit
99a303b0dc
@ -3,11 +3,11 @@
|
||||
assert aclSupport -> acl != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "coreutils-8.7";
|
||||
name = "coreutils-8.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/coreutils/${name}.tar.gz";
|
||||
sha256 = "11ykd7glys6lcfb2mwgmkqmmffv1pan70j6sl9vcjpnlf9dvk7bw";
|
||||
sha256 = "11fr0hkdk9h7a5ggpp3hj45ryvq3gc8ri2kksbgn7v8rjmp1x1jb";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user