lol

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.

+2 -2
+2 -2
pkgs/os-specific/linux/acpid/default.nix
··· 1 1 { stdenv, fetchurl, autoreconfHook }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "acpid-2.0.29"; 4 + name = "acpid-2.0.30"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/acpid2/${name}.tar.xz"; 8 - sha256 = "1zq38al07z92r2md18zivrzgjqnn7m2wahdpgri6wijwjwkknl2q"; 8 + sha256 = "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8"; 9 9 }; 10 10 11 11 nativeBuildInputs = [ autoreconfHook ];