seatd: 0.5.0 -> 0.6.2

This release fixes CVE-2021-41387, but we are not affected, because
the issue was only introduced in 0.6.0, which we never packaged.

Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
This commit is contained in:
Alyssa Ross 2021-09-18 11:13:34 +00:00
parent 483b311b17
commit bdac6826b7
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "seatd";
version = "0.5.0";
version = "0.6.2";
src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = "seatd";
rev = version;
sha256 = "sha256-JwlJLHkRgSRqfQEhXbzuFTmhxfbwKVdLICPbTDbC9M0=";
sha256 = "0c07i1nq0k60xmcsnr37ryqs7nzbg4qfq6fzbnzwbh1yhr8kypcm";
};
outputs = [ "bin" "out" "dev" "man" ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [ systemd ];
mesonFlags = [ "-Dlogind=enabled" "-Dbuiltin=enabled" ];
mesonFlags = [ "-Dlibseat-logind=systemd" "-Dlibseat-builtin=enabled" ];
meta = with lib; {
description = "A universal seat management library";