wayfire: 0.7.5 -> 0.8.0

This commit is contained in:
rewine 2023-10-08 20:25:14 +08:00
parent d60ec4fe57
commit 3fb591bbf3

View File

@ -10,6 +10,7 @@
, doctest , doctest
, libdrm , libdrm
, libexecinfo , libexecinfo
, libevdev
, libinput , libinput
, libjpeg , libjpeg
, libxkbcommon , libxkbcommon
@ -18,19 +19,20 @@
, wayland-scanner , wayland-scanner
, wlroots , wlroots
, pango , pango
, nlohmann_json
, xorg , xorg
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "wayfire"; pname = "wayfire";
version = "0.7.5"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "WayfireWM"; owner = "WayfireWM";
repo = "wayfire"; repo = "wayfire";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-Z+rR9pY244I3i/++XZ4ROIkq3vtzMgcxxHvJNxFD9is="; hash = "sha256-YI8N1rY71b2ulv7tAdah7sibG4qq3kY0/hyS0cls5to=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -44,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
wf-config wf-config
libdrm libdrm
libexecinfo libexecinfo
libevdev
libinput libinput
libjpeg libjpeg
libxkbcommon libxkbcommon
@ -52,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland wayland
cairo cairo
pango pango
nlohmann_json
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [