wlr-protocols: 2021-11-01 -> 2022-09-05

This commit is contained in:
Jacob Moody 2023-06-27 10:25:34 -05:00
parent bf3a61f37a
commit 335cab2c81

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "wlr-protocols";
version = "unstable-2021-11-01";
version = "unstable-2022-09-05";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "wlroots";
repo = "wlr-protocols";
rev = "d998ee6fc64ea7e066014023653d1271b7702c09";
sha256 = "1vw8b10d1pwsj6f4sr3imvwsy55d3435sp068sj4hdszkxc6axsr";
rev = "4264185db3b7e961e7f157e1cc4fd0ab75137568";
sha256 = "Ztc07RLg+BZPondP/r6Jo3Fw1QY/z1QsFvdEuOqQshA=";
};
strictDeps = true;