Merge pull request #150357 from r-ryantm/auto-update/acpid

acpid: 2.0.32 -> 2.0.33

authored by Bobby Rong and committed by GitHub f5dd11f4 24dfe901

+2 -10
+2 -10
pkgs/os-specific/linux/acpid/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "acpid"; 5 - version = "2.0.32"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/acpid2/acpid-${version}.tar.xz"; 9 - sha256 = "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"; 10 }; 11 12 nativeBuildInputs = [ autoreconfHook ]; 13 - 14 - # remove when https://sourceforge.net/p/acpid2/code/merge-requests/1/ is merged 15 - postPatch = '' 16 - substituteInPlace configure.ac \ 17 - --replace "AC_FUNC_MALLOC" "" \ 18 - --replace "AC_FUNC_REALLOC" "" \ 19 - --replace "strrchr strtol" "strrchr strtol malloc realloc" 20 - ''; 21 22 meta = with lib; { 23 homepage = "https://sourceforge.net/projects/acpid2/";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "acpid"; 5 + version = "2.0.33"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/acpid2/acpid-${version}.tar.xz"; 9 + sha256 = "sha256-CFb3Gz6zShtmPQqOY2Pfy8UZ5j2EczBJiJhljily2+g="; 10 }; 11 12 nativeBuildInputs = [ autoreconfHook ]; 13 14 meta = with lib; { 15 homepage = "https://sourceforge.net/projects/acpid2/";