mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
seatd: 0.6.4 -> 0.7.0
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>
This commit is contained in:
parent
dfd82985c2
commit
a16d56e7b4
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user