diff options
| author | Rouven Czerwinski <rouven@czerwinskis.de> | 2022-05-24 06:31:14 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-29 09:35:29 +0000 |
| commit | eb03e084e3706ba344bfa99b42bcd10c932d903c (patch) | |
| tree | 12a09463f852bb44189533aa0d9a34aa3b942031 | |
| parent | Merge pull request #175237 from NixOS/backport-175233-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-174409-to-release-22.05.tar.gz | |
seatd: 0.6.4 -> 0.7.0origin/backport-174409-to-release-22.05
Package bump to 0.7.0. The most important change for NixOS is a polling
bug fix for the logind backend. Previously sway would receive the DRM FD
pause event only after the DRM FD was unpaused, this is fixed in this
release.
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
(cherry picked from commit a16d56e7b4067315a65cc5f7a5e9886fc21e4e6e)
| -rw-r--r-- | pkgs/applications/misc/seatd/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/seatd/default.nix b/pkgs/applications/misc/seatd/default.nix index 177476900aa9..22a1b9e74b78 100644 --- a/pkgs/applications/misc/seatd/default.nix +++ b/pkgs/applications/misc/seatd/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "seatd"; - version = "0.6.4"; + version = "0.7.0"; src = fetchFromSourcehut { owner = "~kennylevinsen"; repo = "seatd"; rev = version; - sha256 = "1k0wz68aqr9xgpyrfrsmrjn5b634qmm7fwv2d73w112hjmgvjxk5"; + sha256 = "sha256-m8xoL90GI822FTgCXuVr3EejLAMUStkPKVoV7w8ayIE="; }; outputs = [ "bin" "out" "dev" "man" ]; |
