* Mountall updated to 2.35.

svn path=/nixpkgs/trunk/; revision=33287
This commit is contained in:
Eelco Dolstra 2012-03-20 10:00:04 +00:00
parent f272acd501
commit 42b97b78b0

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libnih, dbus, udev, autoconf, automake, libtool, gettext }:
stdenv.mkDerivation {
name = "mountall-2.31";
name = "mountall-2.35";
src = fetchurl {
url = https://launchpad.net/ubuntu/+archive/primary/+files/mountall_2.31.tar.gz;
sha256 = "09885v82kd8x7yf18vw7h6z4816jvn7gmjx5vicxlg4pqlzwqvhv";
url = https://launchpad.net/ubuntu/+archive/primary/+files/mountall_2.35.tar.gz;
sha256 = "1k52d4x75balnwcsqgznvzrdqgbp2dqnrzw0n25kajdcwr192wwy";
};
patches = [ ./no-plymouth.patch ];