plasma-wayland-protocols: 1.6.0 -> 1.7.0

This commit is contained in:
André Vitor de Lima Matos 2022-05-15 08:10:19 -03:00
parent a2e8dd2e74
commit efb845f4a7

View file

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