From 69f3a67710a816927706698cef30154d4547c14b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 13 Oct 2011 15:01:44 +0000 Subject: [PATCH] * Upstart updated to 1.3. svn path=/nixpkgs/trunk/; revision=29828 --- pkgs/os-specific/linux/upstart/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/upstart/default.nix b/pkgs/os-specific/linux/upstart/default.nix index fba832354754..4e440770ef98 100644 --- a/pkgs/os-specific/linux/upstart/default.nix +++ b/pkgs/os-specific/linux/upstart/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, pkgconfig, dbus, libnih }: stdenv.mkDerivation rec { - name = "upstart-0.6.7"; + name = "upstart-1.3"; src = fetchurl { - url = "http://upstart.ubuntu.com/download/0.6/${name}.tar.gz"; - sha256 = "1f1pds27cadi6ycii1fkn5bbs1brjqxa2b45wfn03ikc2azqxlr9"; + url = "http://upstart.ubuntu.com/download/1.3/${name}.tar.gz"; + md5 = "7820797b64878c27115fff6a7398a6a9"; }; buildInputs = [ pkgconfig dbus libnih ];