3
0
Fork 0
forked from mirrors/nixpkgs

update util-linux to 2.12r

svn path=/nixpkgs/trunk/; revision=4424
This commit is contained in:
Armijn Hemel 2005-12-23 22:59:33 +00:00
parent 136c43448d
commit 6e80370dfe

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "util-linux-2.12q"; name = "util-linux-2.12r";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/util-linux-2.12q.tar.bz2; url = http://www.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2;
md5 = "54320aa1abbce00c0dc030e2c3afe5d7"; md5 = "af9d9e03038481fbf79ea3ac33f116f9";
}; };
patches = [./MCONFIG.patch]; patches = [./MCONFIG.patch];
} }