swayidle: 1.5 -> 1.6

Changelog: https://github.com/swaywm/swayidle/releases/tag/1.6
This commit is contained in:
Michael Weiss 2020-01-22 20:51:31 +01:00
parent 6288a57e39
commit 2a2f4ff938
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -5,15 +5,20 @@
stdenv.mkDerivation rec {
pname = "swayidle";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swayidle";
rev = version;
sha256 = "05qi96j58xqxjiighay1d39rfanxcpn6vlynj23mb5dymxvlaq9n";
sha256 = "1nd3v8r9549lykdwh4krldfl59lzaspmmai5k1icy7dvi6kkr18r";
};
postPatch = ''
substituteInPlace meson.build \
--replace "version: '1.5'" "version: '${version}'"
'';
nativeBuildInputs = [ meson ninja pkgconfig scdoc ];
buildInputs = [ wayland wayland-protocols systemd ];