acpid: 2.0.33 -> 2.0.34

This commit is contained in:
R. Ryantm 2022-09-20 05:01:34 +00:00
parent 7e2450c1b3
commit 67420472fc

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "acpid";
version = "2.0.33";
version = "2.0.34";
src = fetchurl {
url = "mirror://sourceforge/acpid2/acpid-${version}.tar.xz";
sha256 = "sha256-CFb3Gz6zShtmPQqOY2Pfy8UZ5j2EczBJiJhljily2+g=";
sha256 = "sha256-LQlcjPy8hHyux0bWLNyNC/8ewbxy73xnTHIeBNpqszM=";
};
nativeBuildInputs = [ autoreconfHook ];