3
0
Fork 0
forked from mirrors/nixpkgs

* Upstart 1.5.

svn path=/nixpkgs/trunk/; revision=33615
This commit is contained in:
Eelco Dolstra 2012-04-05 12:24:08 +00:00
parent 12e1751e93
commit 7d2b8fe48f

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pkgconfig, dbus, libnih }:
let version = "1.4"; in
let version = "1.5"; in
stdenv.mkDerivation rec {
name = "upstart-${version}";
src = fetchurl {
url = "http://upstart.ubuntu.com/download/${version}/${name}.tar.gz";
md5 = "3aa9ddf8459b56547a6238aa77c61815";
md5 = "870920a75f8c13f3a3af4c35916805ac";
};
buildInputs = [ pkgconfig dbus libnih ];