mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Upstart updated to 1.3.
svn path=/nixpkgs/trunk/; revision=29828
This commit is contained in:
parent
b76071a096
commit
69f3a67710
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue