plasma-wayland-protocols: 1.7.0 -> 1.8.0

This commit is contained in:
K900 2022-09-15 19:23:51 +03:00
parent b81cbeceef
commit ab0af63337

View File

@ -7,11 +7,11 @@
mkDerivation rec {
pname = "plasma-wayland-protocols";
version = "1.7.0";
version = "1.8.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-CE4mhcqmHZTG/obc4AayJHTXu0s0xMuWvXY7l+MF+tY=";
sha256 = "sha256-XQ+gyaC0SAAeCEJSQfI1/PuiW7xizkPAUK0dgI1X3Xo=";
};
nativeBuildInputs = [ extra-cmake-modules ];