plasma-wayland-protocols: 1.9.0 -> 1.10.0

This commit is contained in:
K900 2023-01-20 16:01:17 +03:00
parent 04b8f65f47
commit ef3d559452

View file

@ -7,11 +7,11 @@
mkDerivation rec {
pname = "plasma-wayland-protocols";
version = "1.9.0";
version = "1.10.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-pCdbmoVHFvpe2cK6LWl98rB0n8RaKK2WXmjQqjbF1Mg=";
sha256 = "sha256-MZSIZ8mgRhPm3g0jrfy8Ws7N3vCzn5hrNF7GwZcnNv4=";
};
nativeBuildInputs = [ extra-cmake-modules ];