lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xdg-desktop-portal-wlr: 0.3.0 -> 0.4.0

+4 -4
+4 -4
pkgs/development/libraries/xdg-desktop-portal-wlr/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, makeWrapper 2 2 , meson, ninja, pkg-config, wayland-protocols 3 - , pipewire, wayland, systemd, libdrm, iniparser, scdoc, grim, slurp }: 3 + , pipewire, wayland, systemd, libdrm, inih, scdoc, grim, slurp }: 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "xdg-desktop-portal-wlr"; 7 - version = "0.3.0"; 7 + version = "0.4.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "emersion"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-6ArUQfWx5rNdpsd8Q22MqlpxLT8GTSsymAf21zGe1KI="; 13 + sha256 = "sha256:13fbzh8bjnhk4xs8j9bpc01q3hy27zpbf0gkk1fnh3hm5pnyfyiv"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ meson ninja pkg-config wayland-protocols makeWrapper ]; 17 - buildInputs = [ pipewire wayland systemd libdrm iniparser scdoc ]; 17 + buildInputs = [ pipewire wayland systemd libdrm inih scdoc ]; 18 18 19 19 mesonFlags = [ 20 20 "-Dsd-bus-provider=libsystemd"