phoc: 0.8.0 -> 0.9.0

+15 -2
+15 -2
pkgs/applications/misc/phoc/default.nix
··· 32 32 url = "https://github.com/swaywm/wlroots/commit/e18599b05e0f0cbeba11adbd489e801285470eab.patch"; 33 33 sha256 = "17ax4dyk0584yhs3lq8ija5bkainjf7psx9c9r50cr4jm9c0i37l"; 34 34 }) 35 + 36 + # xwayland: Allow to retrieve _NET_STARTUP_ID 37 + (fetchpatch { 38 + name = "allow-to-retrieve-net-startup-id.patch"; 39 + url = "https://github.com/swaywm/wlroots/commit/66593071bc90a1cccaeedc636eb6f33c973f5362.patch"; 40 + sha256 = "sha256-yKf/twdUzrII5IakH7AH6LGyPDo9Nl/gIB0pTThSTfY="; 41 + }) 42 + # xwayland: Allow to retrieve startup-id via _NET_STARTUP_INFO 43 + (fetchpatch { 44 + name = "allow-to-retrieve-startup-id-via-net-startup-info.patch"; 45 + url = "https://github.com/swaywm/wlroots/commit/235bb6f2fcb8ee4174215ba74b5bc2f191c5960a.patch"; 46 + sha256 = "sha256-7AWBq12tF/781CmgvTaOvTIiiJMywxRn6eWp+jacdak="; 47 + }) 35 48 ]; 36 49 }); 37 50 in stdenv.mkDerivation rec { 38 51 pname = "phoc"; 39 - version = "0.8.0"; 52 + version = "0.9.0"; 40 53 41 54 src = fetchFromGitLab { 42 55 domain = "gitlab.gnome.org"; ··· 44 57 owner = "Phosh"; 45 58 repo = pname; 46 59 rev = "v${version}"; 47 - sha256 = "sha256-QAnJlpFjWJvwxGyenmN4IaI9VFn2jwdXpa8VqAmH7Xw="; 60 + sha256 = "sha256-qd1ZETM2/AjU5nKQIqh0Q+SboLNr+NncvSHgLv2S3KI="; 48 61 }; 49 62 50 63 nativeBuildInputs = [