phoc: 0.8.0 -> 0.9.0

+15 -2
+15 -2
pkgs/applications/misc/phoc/default.nix
··· 32 url = "https://github.com/swaywm/wlroots/commit/e18599b05e0f0cbeba11adbd489e801285470eab.patch"; 33 sha256 = "17ax4dyk0584yhs3lq8ija5bkainjf7psx9c9r50cr4jm9c0i37l"; 34 }) 35 ]; 36 }); 37 in stdenv.mkDerivation rec { 38 pname = "phoc"; 39 - version = "0.8.0"; 40 41 src = fetchFromGitLab { 42 domain = "gitlab.gnome.org"; ··· 44 owner = "Phosh"; 45 repo = pname; 46 rev = "v${version}"; 47 - sha256 = "sha256-QAnJlpFjWJvwxGyenmN4IaI9VFn2jwdXpa8VqAmH7Xw="; 48 }; 49 50 nativeBuildInputs = [
··· 32 url = "https://github.com/swaywm/wlroots/commit/e18599b05e0f0cbeba11adbd489e801285470eab.patch"; 33 sha256 = "17ax4dyk0584yhs3lq8ija5bkainjf7psx9c9r50cr4jm9c0i37l"; 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 + }) 48 ]; 49 }); 50 in stdenv.mkDerivation rec { 51 pname = "phoc"; 52 + version = "0.9.0"; 53 54 src = fetchFromGitLab { 55 domain = "gitlab.gnome.org"; ··· 57 owner = "Phosh"; 58 repo = pname; 59 rev = "v${version}"; 60 + sha256 = "sha256-qd1ZETM2/AjU5nKQIqh0Q+SboLNr+NncvSHgLv2S3KI="; 61 }; 62 63 nativeBuildInputs = [