* Upstart 0.6.7.

svn path=/nixpkgs/trunk/; revision=25885
This commit is contained in:
Eelco Dolstra 2011-02-10 12:34:29 +00:00
parent ea8b116d63
commit 9980c6f01f
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, dbus, libnih }:
stdenv.mkDerivation rec {
name = "upstart-0.6.6";
name = "upstart-0.6.7";
src = fetchurl {
url = "http://upstart.ubuntu.com/download/0.6/${name}.tar.gz";
sha256 = "1cy962n4ljjxfxaigcnqsl9gq8j09j28g5jg19zk4lc7h1503d3s";
sha256 = "1f1pds27cadi6ycii1fkn5bbs1brjqxa2b45wfn03ikc2azqxlr9";
};
buildInputs = [ pkgconfig dbus libnih ];