poweralertd: 0.2.0 -> 0.3.0

This commit is contained in:
Thibaut Marty 2024-04-21 13:13:47 +02:00 committed by Yaya
parent e3097c24af
commit a9a456ca79
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "poweralertd";
version = "0.2.0";
version = "0.3.0";
outputs = [ "out" "man" ];
@ -10,11 +10,11 @@ stdenv.mkDerivation rec {
owner = "~kennylevinsen";
repo = "poweralertd";
rev = version;
sha256 = "19rw9q4pcqw56nmzjfglfikzx5wwjl4n08awwdhg0jy1k0bm3dvp";
hash = "sha256-WzqThv3Vu8R+g6Bn8EfesRk18rchCvw/UMPwbn9YC80=";
};
postPatch = ''
substituteInPlace meson.build --replace "systemd.get_pkgconfig_variable('systemduserunitdir')" "'${placeholder "out"}/lib/systemd/user'"
substituteInPlace meson.build --replace-fail "systemd.get_pkgconfig_variable('systemduserunitdir')" "'${placeholder "out"}/lib/systemd/user'"
'';
buildInputs = [