acpid: 2.0.29 -> 2.0.30

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.
This commit is contained in:
R. RyanTM 2018-07-21 20:25:39 -07:00
parent 1ae2f10642
commit 7225c2acd0

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook }: { stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "acpid-2.0.29"; name = "acpid-2.0.30";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/acpid2/${name}.tar.xz"; url = "mirror://sourceforge/acpid2/${name}.tar.xz";
sha256 = "1zq38al07z92r2md18zivrzgjqnn7m2wahdpgri6wijwjwkknl2q"; sha256 = "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];