0
0
Fork 0
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:
Armijn Hemel 2006-02-19 13:51:40 +00:00
parent 722a69f93f
commit f05a25f5f5

View file

@ -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";
}; };
} }