mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
coreutils-5.94
svn path=/nixpkgs/trunk/; revision=4860
This commit is contained in:
parent
722a69f93f
commit
f05a25f5f5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "coreutils-5.93";
|
name = "coreutils-5.94";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.93.tar.bz2;
|
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.94.tar.bz2;
|
||||||
md5 = "955d8abfd3dd8af2ca3af51480f1f9af";
|
md5 = "11985c8345371546da8ff13f7efae359";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue