acpid: 2.0.30 -> 2.0.31

* acpid: 2.0.30 -> 2.0.31 (#50815)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acpid/versions

* acpid: refresh meta.homepage
This commit is contained in:
R. RyanTM 2018-11-20 11:56:42 -08:00 committed by Renaud
parent 371a5656ad
commit 717bac455f

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec {
name = "acpid-2.0.30";
name = "acpid-2.0.31";
src = fetchurl {
url = "mirror://sourceforge/acpid2/${name}.tar.xz";
sha256 = "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8";
sha256 = "1hrc0xm6q12knbgzhq0i8g2rfrkwcvh1asd7k9rs3nc5xmlwd7gw";
};
nativeBuildInputs = [ autoreconfHook ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://tedfelix.com/linux/acpid-netlink.html;
homepage = https://sourceforge.net/projects/acpid2/;
description = "A daemon for delivering ACPI events to userspace programs";
license = licenses.gpl2Plus;
platforms = platforms.linux;