mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 15:09:26 +03:00
feedbackd: 0.4.1 -> 0.7.0
https://source.puri.sm/Librem5/feedbackd/-/releases/v0.5.0 https://source.puri.sm/Librem5/feedbackd/-/releases/v0.6.0 https://source.puri.sm/Librem5/feedbackd/-/releases/v0.7.0 Release v0.5.0 mentions a new systemd unit "fbd-alert-slider" but I did not attempt to make it work as I don't have such a device.
This commit is contained in:
parent
ba9fb5494f
commit
d3d77fbad0
2 changed files with 4 additions and 2 deletions
|
@ -25,6 +25,8 @@ in
|
||||||
services.dbus.packages = [ cfg.package ];
|
services.dbus.packages = [ cfg.package ];
|
||||||
services.udev.packages = [ cfg.package ];
|
services.udev.packages = [ cfg.package ];
|
||||||
|
|
||||||
|
# TODO: also enable systemd unit fbd-alert-slider for OnePlus 6/6T devices, see release notes of feedbackd v0.5.0
|
||||||
|
|
||||||
users.groups.feedbackd = { };
|
users.groups.feedbackd = { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "feedbackd";
|
pname = "feedbackd";
|
||||||
version = "0.4.1";
|
version = "0.7.0";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "Librem5";
|
owner = "Librem5";
|
||||||
repo = "feedbackd";
|
repo = "feedbackd";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ta14DYqkid8Cp8fx9ZMGOOJroCBszN9/VrTN6mrpTZg=";
|
hash = "sha256-qwyq1v+20Gotpk0CbUe6MdDJ5bmKmTHOen+rxWljjeA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue