mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
* Mountall updated to 2.35.
svn path=/nixpkgs/trunk/; revision=33287
This commit is contained in:
parent
f272acd501
commit
42b97b78b0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user